CreatePersonRequest: {
    emails?: string[];
    first_name: string;
    last_name: string;
    organization_ids?: number[];
}

The request object for creating an organization.

Type declaration

  • Optionalemails?: string[]

    The email addresses of the person. If there are no email addresses, please specify an empty array.

  • first_name: string

    The first name of the person.

  • last_name: string

    The last name of the person.

  • Optionalorganization_ids?: number[]

    An array of unique identifiers of organizations that the person is associated with.