Skip to main content
Get detailed information for an organization by its ID.
External DocumentationTo learn more, visit the Flexera documentation.

Parameters

ParameterDescription
Org IDThe ID of the organization (tenant).

Example Output

{
	"createdAt": "1976-02-09T02:33:41Z",
	"id": 1234,
	"kind": "iam#org",
	"name": "Acme Corp",
	"partnerId": "WYE",
	"snowAtlasTenantId": "564d9c11-d630-f13e-e1ab-1b2c53743501",
	"subdomains": [
		{
			"kind": "iam#subdomain",
			"name": "flx"
		}
	],
	"updatedAt": "2001-08-04T01:36:10Z"
}

Workflow Library Example

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