Enable user
POST/v2/organizations/:organizationCode/users/:uid/enable
> [!important]
Required permission scope:
stonal.user.write
Re-enables the user within the organization and restores their identity-provider account so they can authenticate again.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 422
- 500
User successfully enabled
Bad request
Unauthorized - Missing authentication
Forbidden - Access denied
Resource not found
Unprocessable Entity - Validation errors
Internal server error