List All Group Members
Developing
GET
/organizations/{organizationId}/groups/{groupId}/members
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/organizations/6660c7e81f0e3b1cf2c7d687/groups/6660c7e81f0e3b1cf2c7d687/members' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"groupId": "6660c7e81f0e3b1cf2c7d687",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Mason_Heathcote",
"firstName": "Graham",
"lastName": "Green",
"picture": "https://loremflickr.com/640/480/business",
"email": "Robyn2@yahoo.com",
"totalFollowers": -49227371.09650188,
"totalFollowing": -85711100.20573807,
"type": "teacher",
"online": false
},
"role": "group-owner",
"status": "active",
"inviter": {
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "organization"
},
"invitedAt": "1946-10-24",
"createdAt": "1983-04-01",
"updatedAt": "1990-08-31"
}
],
"cursor": {
"next": null,
"prev": "aliquip proident in dolor",
"totalItems": -8091885
}
}
Request
Path Params
organizationId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
groupId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:41:13