Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.91 KB

File metadata and controls

30 lines (25 loc) · 2.91 KB

GetStudentRole

Example Usage

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>",
};

Fields

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