> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations

```ts Example theme={null}
export interface Organizations {
  organizationId: string | undefined;
  organizationName: string | undefined;
  displayName: string | undefined;
  branding: Branding;
}
```

## Properties

<ParamField body="branding" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/Branding">Branding</a></span>} />

<ParamField body="displayName" type="string" />

<ParamField body="organizationId" type="string" />

<ParamField body="organizationName" type="string" />
