OneRosterLinkedUsersOutput
Linked users for a specific user through agent relationships
- agentsType: array object[] · LinkedUser[]
As Agent requiredUsers where the current user is acting as an agent (e.g., children of a parent)
A linked user with relationship information
- agentType: stringFormat: uuid
Id requiredUnique identifier for this agent relationship. This is the same UUID used in upsertStudentAgent and deleteStudentAgent operations.
- relationshipType: string
Type requiredType of agent relationship (e.g., parent, guardian)
- userType: string
Id requiredThe user ID of the linked user
- agentsType: array object[] · LinkedUser[]
As Source requiredUsers who are agents of the current user (e.g., parents of a student)
A linked user with relationship information
- agentType: stringFormat: uuid
Id requiredUnique identifier for this agent relationship. This is the same UUID used in upsertStudentAgent and deleteStudentAgent operations.
- relationshipType: string
Type requiredType of agent relationship (e.g., parent, guardian)
- userType: string
Id requiredThe user ID of the linked user
