UpdateOrganizationRequest: {
    domain?: string;
    name?: string;
    person_ids?: number[];
} & OrganizationReference

Type declaration

  • Optionaldomain?: string

    The domain name of the organization.

  • Optionalname?: string

    The name of the organization.

  • Optionalperson_ids?: number[]

    An array of unique identifiers of persons that the organization will be associated with. Note: If you are trying to add a person to an organization, the existing values for person_ids must also be passed into the endpoint.