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:
- 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
}