import { GetStudentRole } from "@superbuilders/oneroster/models/operations";
let value: GetStudentRole = {
roleType: "secondary",
role: "relative",
org: {
href: "https://self-assured-deer.info/",
sourcedId: "<id>",
type: "<value>",
},
beginDate: "<value>",
endDate: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
roleType |
operations.GetStudentRoleType | ✔️ | N/A |
role |
operations.GetStudentRoleEnum | ✔️ | N/A |
org |
operations.GetStudentOrg | ✔️ | N/A |
userProfile |
string | ➖ | N/A |
beginDate |
string | ✔️ | N/A |
endDate |
string | ✔️ | N/A |