Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.25 KB

File metadata and controls

27 lines (21 loc) · 1.25 KB

GetStudentResponse

Successful response with the student

Example Usage

import { GetStudentResponse } from "@superbuilders/oneroster/models/operations";

let value: GetStudentResponse = {
  user: {
    sourcedId: "<id>",
    status: "tobedeleted",
    enabledUser: true,
    givenName: "<value>",
    familyName: "<value>",
    roles: [],
    agents: [],
  },
};

Fields

Field Type Required Description
user operations.GetStudentUser ✔️ N/A