This document is generated by Aladia.
roles
: The role to filter the event members. eg. guest, and co-host.eventId
: Event Id from which the list of members will be returnedcurl --location --request GET 'https://api.aladia.io/v2/calendars/66df1b60c9b61c08ddb0d380/events/66f636885550f70db3874945/members/search?roles=host,guest,co-host&limit=50&next=&prev=&sortBy=&sortDirection=asc&query=' \
--header 'apikey: '
{
"data": [
{
"fullName": "Tamirat Dereje",
"id": "66e19776c386d04f46720264",
"picture": null,
"role": "guest",
"online": false,
"email": "tamirat.dereje@aladia.io",
"invited": false,
"invitedAt": "Tue Oct 01 2024 11:54:04 GMT+0300 (East Africa Time)",
"lastActivity": "Wed Sep 11 2024 16:13:31 GMT+0300 (East Africa Time)",
"invitationStatus": null
},
{
"fullName": "Daniel Dereje",
"id": "66e19785c386d04f4672028e",
"picture": null,
"role": "co-host",
"online": false,
"email": "daniel.dereje@aladia.io",
"invited": false,
"invitedAt": "Tue Oct 01 2024 11:55:22 GMT+0300 (East Africa Time)",
"lastActivity": "Wed Sep 11 2024 16:13:43 GMT+0300 (East Africa Time)",
"invitationStatus": null
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 2
}
}