Disable a User
/disable
Full Url:
Arguments:
- token (required)
- ruser_id (required)
Info: You can only disable users that have a user_status of "active". Otherwise, though, they're kind of already inactive..
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully disabled user"
}
Example Error
{
"code": 200,
"status": "error",
"data": "Invalid user id"
}
Last modified 3yr ago