> ## 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.

# OrganizationMembers

```ts Example theme={null}
export interface OrganizationMembers {
  id: string | null;
  name: string | null;
  usage: string | null;
  displayName: string | null;
  branding: Branding | null;
  metadata: { [key: string]: string } | null;
}
```

## 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="id" type="string" />

<ParamField body="metadata" type="{[key: string]: string; }" />

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

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