Latest stories

list_join_requests

  • Inputs
{
    "wall_id": "integer: wall id"
}

  • Errors
{
    "must_login": "user must be login",
    "permission_denied": "user is not the admin of the wall"
}

  • Extra Description
In private walls, returns a list of users who requested follow the wall

  • Sample
  • Url:
https://api.pantel.me/a/list_join_requests?wall_id=-1000918
  • Output:
                                {
    "result": [
        {
            "email": null,
            "id": 1002237,
            "image_path": null,
            "image_server_id": null,
            "name": "test user",
            "phone_number": "+188899955544",
            "user_name": null
        }
    ],
    "status": "success",
    "time": 1547975544.9143722
}