Skip to main content
Get detailed information for a user in a specified organization.
External DocumentationTo learn more, visit the Flexera documentation.

Parameters

ParameterDescription
Org IDThe ID of the organization (tenant).
User IDThe ID of the required user.

Example Output

{
	"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"
}

Workflow Library Example

Get User with Flexera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop