User
Deactivate a user
Deactivate a user so they can no longer authenticate; you cannot deactivate yourself.
post/users/{user_id}/deactivate
Path parameters
user_idinteger required
ID of the user to deactivate.
ID of the user to deactivate.
Query parameters
cookie_namestring nullable
tenant_idinteger
Response
Successful Response
Example response
{
"id": 42,
"created_at": "2026-01-15T09:30:00Z",
"email": "jane.doe@example.com",
"email_confirmed": true,
"pending_email": "jane.new@example.com",
"name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"active": true,
"tenant_id": 1
}