This document is generated by Aladia.
courseRole
and the course members that has this courseRole
.courseId
: The id of the course that you want to list the potential members of.username
: The username of the member.spaceId
: Space Id from which the list of members will be returnedcurl --location --request GET 'https://api.aladia.io/v2/spaces/66479aa5905bfd0cb5377619/members/potential?courseId=66479aa5905bfd0cb5377619&username=paulo&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
{
"data": [
{
"id": "6654496d6ff90ca9d3cad033",
"fullName": "Leul Ejigu",
"picture": null,
"courseRole": "course-teacher",
"spaceRole": null
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 1
}
}