Deactivate User
PUT /auth/users/{userId}/deactivate
Dectivate 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
Name
Conditions
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 deactivate
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