Activate User
PUT /auth/users/{userId}/activate
Activate a specific user in the caller's org
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Permission Name
Condition
Auth:Users:Update
Always Required
Auth:Types:Employee
When target user's kind is `CustomerEmployee`
Auth:Types:EndUser
When target user's kind is `EndUser`
Parameters
userId
*
the ID of the user to activate
Example
Responses
See Common Errors for common errors.
See User Management Errors for user management specific errors.
Success - The user that was updated
Last updated