User
Activate a user
Re-activate a user so they can authenticate again.
post/users/{user_id}/activate
Path parameters
user_idinteger required
ID of the user to activate.
ID of the user to activate.
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
}