Skip to main content

CreateOrganizationGroupInput

An input type used when creating an Organization Group

input CreateOrganizationGroupInput {
address: PhysicalAddressInput
ein: String
externalId: String
name: String!
}

Fields

CreateOrganizationGroupInput.address ● PhysicalAddressInput input

The physical address of the Organization Group

CreateOrganizationGroupInput.ein ● String scalar

The Employer Identification Number (EIN) of the Organization Group

CreateOrganizationGroupInput.externalId ● String scalar

A partner-scoped external identifier for the Organization Group. Must be unique within the partner.

CreateOrganizationGroupInput.name ● String! non-null scalar

The user-displayable name of the Organization Group

Member Of

createOrganizationGroup mutation