UnBlock Users
To unblock the users from using the MirrorFly application, You can use the following API.
info
{api-base-url} can be obtained from the MirrorFly console.
HTTP request#
Request Params#
| Param | DataType | Required | Description | 
|---|---|---|---|
| blockStatus | Boolean | Yes | falseto unblock the user. | 
| id | Array of String | Yes | List of user id's to unblock. | 
| type | String | Yes | userto denote the block user. | 
Responses#
If successful, this action returns a Authentication token in the response body.
Error#
In the case of an error, an error object like below is returned.