During class creation an instructor is appointed. Add more instructors to a class using this API call.
Request Path
POST /api/v3/instructors
Request Payload
{
"instructorVupId": "VP123",
"classId": "CO123",
"sendInviteNow": "true",
"disableEnvCreation": "true"
}
Parameters
classId |
The ID of the class. To retrieve class IDs, use GET /api/v3/class. |
instructorVupId |
The instructor’s user id |
sendInviteNow |
Send invite email now |
disableEnvCreation |
Disable instructor’s environment creation |
Response Example
{
"CI123"
}