Back to Node Auth0

Interface CreateOrganizationRequestContent

docs/interfaces/management.Management.CreateOrganizationRequestContent.html

5.9.12.0 KB
Original Source

Interface CreateOrganizationRequestContent

Example

{ * name: "name" * }Copy

interface CreateOrganizationRequestContent {
name: string;
display_name?: string;
branding?: OrganizationBranding;
metadata?: OrganizationMetadata;
enabled_connections?: ConnectionForOrganization[];
token_quota?: CreateTokenQuota;
}

Index

Properties

namedisplay_name?branding?metadata?enabled_connections?token_quota?

Properties

name

name: string

The name of this organization.

Optionaldisplay_name

display_name?: string

Friendly name of this organization.

Optionalbranding

branding?: OrganizationBranding

Optionalmetadata

metadata?: OrganizationMetadata

Optionalenabled_connections

enabled_connections?: ConnectionForOrganization[]

Connections that will be enabled for this organization. See POST enabled_connections endpoint for the object format. (Max of 10 connections allowed)

Optionaltoken_quota

token_quota?: CreateTokenQuota

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namedisplay_namebrandingmetadataenabled_connectionstoken_quota