Un Block User For Admin
Block User For Admin.
Request
Request header:
POST https://api.ipaymy.com/v2/admin/unblock_user
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"id": 0,
"pass_code": "",
"is_rename_email": true
}
id:
- Type: number
- Validate: required
pass_code:
- Type: string
- Validate: required
is_rename_email:
- Type: boolean
- Validate: required
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.