Retrieve a Group Member
Developing
GET
/organizations/{organizationId}/groups/{groupId}/members/{memberId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/organizations/6660c7e81f0e3b1cf2c7d687/groups/6660c7e81f0e3b1cf2c7d687/members/6660c7e81f0e3b1cf2c7d687?limit=50&next=&prev=&sortBy=&sortDirection=asc&query=' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "670775694daebf393b266ea1",
"groupId": "670775694daebf393b266ea1",
"createdAt": "1959-12-12",
"updatedAt": "1980-12-31",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Weston.Emmerich",
"firstName": "Chadd",
"lastName": "Blick",
"picture": "https://loremflickr.com/640/480/abstract",
"email": "Trent.Shanahan@gmail.com",
"totalFollowers": 41906415.377910525,
"totalFollowings": -93465746.9788596,
"type": "teacher",
"online": true
}
}
Request
Path Params
organizationId
stringย
required
Example:
6660c7e81f0e3b1cf2c7d687
groupId
stringย
required
Example:
6660c7e81f0e3b1cf2c7d687
memberId
stringย
required
Example:
6660c7e81f0e3b1cf2c7d687
Query Params
limit
integerย
optional
Default:
50
next
stringย
optional
prev
stringย
optional
sortBy
stringย
optional
sortDirection
enum<string>ย
optional
Allowed values:
ascdesc
Default:
asc
query
stringย
optional
Header Params
apikey
stringย
optional
Example:
{{apikey}}
Responses
Modified atย 2025-04-09 13:34:01