Get User

GET /auth/users/{userId}

Get a specific user from the caller's org

Required Permissions

NameConditions

Auth:Users:Read

Always Required

Parameters

userId *

the ID of the user to get

Example

auth/users/us-em7bu-m6c48-hdqoobj7dj24pko

Responses

Success - The requested user

{
  "username": "MyNewUser@example.co",
  "userId": "us-2mhcm-9r90a-92ran47bjpl60hmv",
  "kind": "CustomerEmployee",
  "credentialUuid": "cr-4uc9u-12ij1-9s08327e73jqqcnr",
  "orgId": "or-yanke-mars-6ulofamogg84s87v",
  "permissions": [],
  "scopes": [],
  "isActive": true,
  "isServiceAccount": false,
  "isRegistered": false,
  "permissionAssignments": []
}

Last updated