Skip to main content

CreateOrganizationInput

An input type used when creating an Organization

input CreateOrganizationInput {
address: PhysicalAddressInput
ein: String
externalId: String
name: String!
organizationGroupId: ID
}

Fields

CreateOrganizationInput.address ● PhysicalAddressInput input

The physical address of the Organization

CreateOrganizationInput.ein ● String scalar

The Employer Identification Number (EIN) of the Organization

CreateOrganizationInput.externalId ● String scalar

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

CreateOrganizationInput.name ● String! non-null scalar

The user-displayable name of the Organization

CreateOrganizationInput.organizationGroupId ● ID scalar

The ID of the Organization Group this Organization belongs to

Member Of

createOrganization mutation