OrganizationGroup
An Organization Group is an administrative container that groups related Organizations under one umbrella. For example, a holding company with multiple subsidiaries.
type OrganizationGroup {
id: ID!
name: String!
ein: String
address: PhysicalAddress
organizations(after: String, first: Int = 100): OrganizationGroupOrganizationsResults!
}
Fields
OrganizationGroup.id ● ID! non-null scalar
The unique ID for the Organization Group
OrganizationGroup.name ● String! non-null scalar
The user-displayable name of the Organization Group
OrganizationGroup.ein ● String scalar
The Employer Identification Number (EIN) of the Organization Group
OrganizationGroup.address ● PhysicalAddress object
The physical address of the Organization Group
OrganizationGroup.organizations ● OrganizationGroupOrganizationsResults! non-null object
The Organizations that belong to this group
Member Of
CreateOrganizationGroupResult object ● UpdateOrganizationGroupResult object ● OrganizationGroupsResults object