POST
/integration/v1/assignments/courses
Create course assignment
Create course assignment
operationId Create course assignment
Request body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
user_id
|
string (uuid) | required | User id |
send_notification
|
boolean | optional | Send notification, Default FALSE |
course_ids
|
array | optional | Array of course ids |
course_id
|
string | required |
Responses
200
application/json schema
{
"type": "string",
"description": "Status of assignment creation",
"required": true,
"nullable": true
}
412 Invalid parameters
500 Server error
512 Specification violations