CreateOrganizationRequest: {
    domain?: string;
    name: string;
    person_ids?: number[];
}

Type declaration

  • Optionaldomain?: string

    The domain name of the organization.

  • name: string

    The name of the organization.

  • Optionalperson_ids?: number[]

    An array of unique identifiers of persons that the new organization will be associated with.