get_wall_admins
- Inputs
{
"wall_id": "integer: wall id"
}
- Errors
{
"must_login": "user must be login",
"permission_denied": "user does not have permission"
}
- Extra Description
Get all the admins of the wall if user is admin
- Sample
- Url:
- Output:
{
"result": [
{
"id": 1002784,
"image_path": "5/a/9/f/3/fbafcc4984906c29560cdd78ddf/i554b59c43d86425db241915edb82bcb5.jpg",
"image_server_id": 4610,
"is_owner": null,
"name": "Xyhulx Xbltjx"
},
{
"id": 1000016,
"image_path": null,
"image_server_id": null,
"is_owner": true,
"name": "Wall Creator_name"
}
],
"status": "success",
"time": 1548061884.5969992
}