Interface PostOrganizationsRequest

Hierarchy

  • PostOrganizationsRequest

Properties

display_name?: string

Friendly name of this organization.

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

metadata?: {
    [key: string]: any;
}

Metadata associated with the organization, in the form of an object with string values (max 255 chars). Maximum of 10 metadata properties allowed.

Type declaration

  • [key: string]: any
name: string

The name of this organization.