Activate User

PUT /auth/users/{userId}/activate

Activate a specific user in the caller's org

Required Permissions

Permission Name
Condition

Auth:Users:Activate

Always Required

Parameters

userId *

the ID of the user to activate

Example

/auth/users/us-em7bu-m6c48-hdqoobj7dj24pko/activate

Responses

  • See Common Errors for common errors.

  • See User Management Errors for user management specific errors.

Success - The user that was updated

{
    "userId": "us-xxxx-xxxx-xxxxxxxx",
    "kind": "CustomerEmployee",
    "username": "[email protected]",
    "name": "Elon Musk",
    "orgId": "or-xxxx-xxxx-xxxxxxxx",
    "isActive": true,
    "isRegistered": true,
    "permissionAssignments": [],
}

Last updated