orgUnitRef
Examples
type OrgUnitRef {
id: String!
name: String!
}Fields
Field
Description
Supported fields
References
Fields with this object:
Last updated
Lightweight reference to an organizational unit, containing only its identifier and display name.
type OrgUnitRef {
id: String!
name: String!
}id String!
Identifier of the referenced organizational unit.
name String!
Display name of the referenced organizational unit.
Last updated
