For the complete documentation index, see llms.txt. This page is also available as Markdown.

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