External DocumentationTo learn more, visit the Flexera documentation.
Actions
Get User
Get detailed information for a user in a specified organization.

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 |
|---|---|
| Org ID | The ID of the organization (tenant). |
| User ID | The ID of the required user. |
{
"createdAt": "2007-03-30T14:29:21Z",
"email": "someone@SomeWhere.com",
"firstName": "Jane",
"id": 12345,
"kind": "iam#user",
"lastAPILogin": "2013-07-02T14:57:00Z",
"lastName": "Smith",
"lastUILogin": "1983-11-18T15:16:13Z",
"ref": "iam#user:123",
"updatedAt": "1982-11-21T19:44:35Z"
}
Was this page helpful?