approve_private_join
- Inputs
{
"user_ids": "list of integers: list of user id",
"wall_id": "integer: id of Intended wall"
}
- Errors
{
"must_login": "user must be login",
"permission_denied": "user is not the admin of the wall"
}
- Extra Description
Approve requested users to join the private wall
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526966340.437936
}