UpdateOrganizationGroupInput
An input type used when updating an Organization Group
input UpdateOrganizationGroupInput {
address: PhysicalAddressInput
ein: String
externalId: String
id: ID!
name: String
}
Fields
UpdateOrganizationGroupInput.address ● PhysicalAddressInput input
The physical address of the Organization Group
UpdateOrganizationGroupInput.ein ● String scalar
The Employer Identification Number (EIN) of the Organization Group
UpdateOrganizationGroupInput.externalId ● String scalar
A partner-scoped external identifier for the Organization Group. Must be unique within the partner.
UpdateOrganizationGroupInput.id ● ID! non-null scalar
The ID of the Organization Group to update
UpdateOrganizationGroupInput.name ● String scalar
The user-displayable name of the Organization Group
Member Of
updateOrganizationGroup mutation