> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Organization

Get detailed information for an organization by its ID.

<Note>
  External Documentation

  To learn more, visit the [Flexera documentation](https://developer.flexera.com/docs/api/iam/v1#/Organization/Organization%23show).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Org ID    | The ID of the organization (tenant). |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-organization-with-flexera-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-organization-with-flexera-and-send-results-via-email/canvas" />
</div>
