Last updated 7 days ago
GET /auth/users/{userId}
Get a specific user from the caller's org
Request headers required. See for more information.
Authentication required. See for more information.
Auth:Users:Read
Always Required
userId *
userId
the ID of the user to get
auth/users/us-em7bu-m6c48-hdqoobj7dj24pko
See for common errors.
See for user management specific errors.
Success - The requested user
{ "userId": "us-xxxx-xxxx-xxxxxxxx", "kind": "CustomerEmployee", "username": "elon@tesla.com", "name": "Elon Musk", "orgId": "or-xxxx-xxxx-xxxxxxxx", "isActive": true, "isRegistered": true, "permissionAssignments": [], }