Update user active status
PUT/users/:user_id/active
Update user active or inactive status.
Since server version 4.6, users using a SSO provider to login can be activated or deactivated with this endpoint. However, if their activation status in LOOP does not reflect their status in the SSO provider, the next synchronization or login by that user will reset the activation status to that of their account in the SSO provider. Server versions 4.5 and before do not allow activation or deactivation of SSO users from this endpoint.
Permissions
User can deactivate themselves.
User with manage_system permission can activate or deactivate a user.
Request
Responses
- 200
- 400
- 401
- 403
User active status update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions