...
Account Owner, Account Administrators, Department Administrators, and custom roles with the 'Can edit' access to the content item.
Department Administrators, and users with a custom role can get statuses only of the users belonging to the departments they manage and their sub-departments.
...
| Parameter | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
Possible Response Codes
| Code | Text | Description |
|---|---|---|
| 200 | OK | The request has been processed successfully. |
| 404 | Unknown content item | Can't find the course with the specified ID. |
| 403 | Permission denied | The user is not allowed to handle the requested action (not enough permissions) or can't edit the content item. |
...