Latest stories

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:
https://api.pantel.me/a/get_kicked_users?wall_id=-1000918
  • Output:
                                {
    "kicked_users": [
        {
            "file_path": null,
            "first_name": "Xbvsstx",
            "id": 1002793,
            "last_name": "Xszsxpx",
            "user_name": null
        }
    ],
    "status": "success",
    "time": 1548059457.822693
}