Block Users
To block 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 ParamsParam | DataType | Required | Description |
---|---|---|---|
blockStatus | Boolean | Yes | true to block the user. |
id | Array of String | Yes | List of user id's to block. |
type | String | Yes | user to denote the block user. |
#
ResponsesIf successful, this action returns a Authentication token in the response body.
#
ErrorIn the case of an error, an error object like below is returned.