External DocumentationTo learn more, visit the Flexera documentation.
Actions
Get Organization
Get detailed information for an organization by its 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 |
|---|---|
| Org ID | The ID of the organization (tenant). |
{
"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"
}
Was this page helpful?