Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
User to be unbanned
Response
OK
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
OK