Successful response with the student
import { GetStudentResponse } from "@superbuilders/oneroster/models/operations";
let value: GetStudentResponse = {
user: {
sourcedId: "<id>",
status: "tobedeleted",
enabledUser: true,
givenName: "<value>",
familyName: "<value>",
roles: [],
agents: [],
},
};| Field | Type | Required | Description |
|---|---|---|---|
user |
operations.GetStudentUser | ✔️ | N/A |