This document is generated by Aladia.
username
.username
: The username of the member or groupcourseId
: The courseId that the license belongs to.type
: The type of assigne to return either profile
or group
.spaceId
: Space Id from which the list of members will be returnedcurl --location --request GET 'https://api.aladia.io/v2/spaces/66479aa5905bfd0cb5377619/members/license-assigned?username=leul&courseId=672d82ad1adbd4482345c9d8&type=profile&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
{
"data": [
{
"id": "66d0233c1681058994bce488",
"fullName": "Leul Ejigu",
"picture": null,
"role": "space-owner",
"online": false
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 1
}
}