curl --request POST \
--url https://apix.us.amity.co/api/v2/users/unban \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "<string>"
}'
This response does not have an example.
Unban a User
curl --request POST \
--url https://apix.us.amity.co/api/v2/users/unban \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "<string>"
}'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User to be unbanned
The body is of type object
.
OK