Skip to main content
POST
/
api
/
v2
/
users
/
unban
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>"
}
'
{
  "status": "error",
  "code": 400400,
  "message": "Resource Not Found."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

User to be unbanned

userId
string
required

Response

OK