This document is generated by Aladia.
spaceId
: Space Id from which the list of members will be returnedcurl --location --request GET 'https://api.aladia.io/v2/spaces/66479aa5905bfd0cb5377619/members?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
}
}