External DocumentationTo learn more, visit the Zscaler Authentication Service documentation.
Actions
Get User
Get the details of a specific user by their ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The ID of the user to retrieve. Can be obtained using List Users action. |
{
"loginName": "john.test@example.com",
"displayName": "John Test",
"firstName": "John",
"lastName": "Doe",
"primaryEmail": "john.doe@example.com",
"secondaryEmail": "john.alt@example.com",
"department": {},
"status": false,
"customAttrsInfo": {
"IntegrationTest": "value_123"
},
"id": "abc123def456g",
"source": "API",
"idp": {
"id": "xyz789uvw012m",
"name": "Example IdP"
}
}
Was this page helpful?