Deactivate an authorized user
POST
/users/{user_id}/deactivate Deactivates the user identified by the user_id path parameter. A deactivated user can't log in or
call the API with their credentials.
This is reversible: another active user can restore them with Reactivate an authorized user. A deactivated user can't reactivate themselves.
Deactivation is identity-specific. If the user belongs to several identities, it applies only to the identity the caller represents and leaves their status on the others untouched.
Request
Available on
SandboxProduction
Path parameters
Responses
204No Content
Success - No Content.
Headers