Sends invitations to students to attend a class
Request Path
POST /api/v3/class/actions/sendinvitations?isMultiple=true
Request Payload Example
{
"classId": "CODXABbitVrTwWPUjYYL5dOQ2",
"studentIds": ["SDcJ5YHCfmKWXGgHJdiK0UEQ2", "SDh2kl7uO-iLFf5zh5Z1A6Ww2"]
}
Parameters
IsMultiple |
Must always be true |
classId |
The ID of the class |
studentIds |
A list of IDs of students to send invite invitations to. To retrieve the IDs of students in the class, use GET /api/v3/class/ID/students |
Response
None