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

# TenantMembers

```ts Example theme={null}
export interface TenantMembers {
  name: string | null;
  friendlyName: string | null;
  enabledLocales: string[] | null;
  enabledFactors: string[] | null;
}
```

## Properties

<ParamField body="enabledFactors" type="string[]" />

<ParamField body="enabledLocales" type="string[]" />

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

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