...
| Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request |
| courseIds (optional) | array | The IDs of courses whose enrollments you would like to retrieve |
| learnerIds (optional) | array | The IDs of users whose enrollments you would like to retrieve |
| pageSize (optional) | string | The number of entries per page. If not indicated, equal to 1000 |
| pageToken (optional) | string | The token needed to continue to the next page |
...