Disables a user's account by marking it as blocked in Auth0. The user ID is extracted from the JWT token provided in the Authorization header.

The account block action is irreversible through the API.
Users must contact support to unblock their accounts if this action was done in error.

Responses
400

Invalid request. This could happen if the Authorization token is missing or invalid.

401

The user account has been successfully closed.

Language
Credentials