Latest stories

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:
https://api.pantel.me/a/approve_private_join?wall_id=-1000929&user_ids=[1002237]
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}