Reactivate User
POST/users/:user_id/reactivate
Reactivate a previously deactivated user. Platform admin access only.
Restores login, API-key, and bearer-token access using the user's existing credentials. Idempotent: reactivating an already-active user returns the current state.
Returns 404 if the user does not exist, and 403 if the caller is not a platform admin.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error