get_kicked_users
- Inputs
{
"wall_id": "integer: id of Intended wall"
}
- Errors
{
"must_login": "user must be login",
"permission_denied": "user is not admin"
}
- Extra Description
Returns a list of the kicked user of the wall
- Sample
- Url:
- Output:
{
"kicked_users": [
{
"file_path": null,
"first_name": "Xbvsstx",
"id": 1002793,
"last_name": "Xszsxpx",
"user_name": null
}
],
"status": "success",
"time": 1548059457.822693
}