orgUnitRef

Lightweight reference to an organizational unit, containing only its identifier and display name.

Examples

type OrgUnitRef {
  id: String!
  name: String!
}

Fields

Field
Description
Supported fields

id String!

Identifier of the referenced organizational unit.

name String!

Display name of the referenced organizational unit.

References

Fields with this object:

Last updated