Division
A Division is a subdivision of an Organization — for example, a department, office, or business unit that needs its own benefit packages, members, or bank accounts.
type Division {
address: PhysicalAddress
divisions: [Division!]!
ein: String
externalId: String
id: ID!
name: String!
parentOrganization: Organization!
}
Fields
Division.address ● PhysicalAddress object
The physical address of the Division
Division.divisions ● [Division!]! non-null object
Child Divisions nested under this Division
Division.ein ● String scalar
The Employer Identification Number (EIN) of the Division
Division.externalId ● String scalar
A partner-scoped external identifier for the Division
Division.id ● ID! non-null scalar
The unique ID for the Division
Division.name ● String! non-null scalar
The user-displayable name of the Division
Division.parentOrganization ● Organization! non-null object
The parent Organization that this Division belongs to
Member Of
CreateDivisionResult object ● Division object ● DivisionsResults object ● UpdateDivisionResult object
Implemented By
DivisionResponse union