Update User Status

View as Markdown
Activate or deactivate a user with a required reason.

Authentication

AuthorizationBearer

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

Path parameters

user_idstringRequired

Request

This endpoint expects an object.
is_activebooleanRequired
reasonstringRequired

Response

Successful Response
idstring
emailstring
namestring
clerk_user_idstring
is_activeboolean
created_atdatetime
updated_atdatetime
last_login_atdatetime or null
organizationslist of objects
accountslist of objects

Errors

422
Unprocessable Entity Error