Manage User
Block and Unblock User
Last updated
Block and Unblock User
Last updated
POST
‎https://<domain>/<api prefix>/<version>/block/user/
This API endpoint will block a user account.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Node
PHP
POST
‎https://<domain>/<api prefix>/<version>/unblock/user/
This API endpoint will unblock a user.
Node
PHP
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
apikey*
string
apikey
Authorization*
string
Bearer access token
unique_id*
string
Unique key of user.
Status Code
Error Type
Field
Description
400
Validation Error
unique_id
This field is required and its may not be blank.
User not exist or invalid unique id.
Ensure this field has no more than 255 characters.
apikey*
string
apikey
Authorization*
string
Bearer access token
unique_id*
string
Unique key of user.
Status Code
Error Type
Field
Description
400
Validation Error
unique_id
This field is required and its may not be blank.
User not exist or invalid unique id.
Ensure this field has no more than 255 characters.