orgUnitRef
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
