Skip to main content
PUT
/
api
/
users
/
{userId}
/
actions
/
revoke
Revoke user.
curl --request PUT \
  --url https://{tenant}/api/users/{userId}/actions/revoke \
  --header 'Authorization: Bearer <token>'
{
  "Message": "User revoked",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

Path Parameters

userId
string
required

Response

ID
string
Message
string
Meta
any
Status
string