List All Members
Developing
GET
/courses/{courseId}/members
courseId
: Course Id from which the list of members will be returnedRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/courses//members?cycle=&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "afb8aeda4b6f0f8148be6fb6",
"fullName": "Carol Pacocha",
"picture": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/931.jpg",
"role": "teacher",
"online": true,
"lastActivity": "2080-12-31T19:24:22.946Z",
"email": "Laurianne35@hotmail.com",
"invited": true,
"invitedAt": "2012-12-13T04:15:09.367Z"
},
{
"id": "fcefcecfeef780dfeed09511",
"fullName": "Doyle Kub",
"picture": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/1079.jpg",
"role": "teacher",
"online": true,
"lastActivity": "2072-09-15T03:50:18.074Z",
"email": "Stephania.Padberg@yahoo.com",
"invited": true,
"invitedAt": "2072-04-03T23:38:38.646Z"
}
],
"next": null,
"prev": null,
"totalItems": 2
}
Request
Path Params
courseId
stringÂ
required
Query Params
cycle
stringÂ
optional
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:46:16