This document is generated by Aladia.
role
.role
: The role of the member inside the coursecourseId
: Course Id from which the list of members will be returnedcurl --location --request GET 'https://api.aladia.io/v2/courses//members/potential?role=course-teacher&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
{
"data": [
{
"id": "64fa79fe6d364f0eabe4574e",
"picture": "https://loremflickr.com/640/480",
"firstName": "Kylee",
"lastName": "Nolan",
"name": "Sherri Stiedemann"
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 1
}
}