Search Group Members
Developing
GET
/organizations/{organizationId}/groups/{groupId}/members/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/organizations/6660c7e81f0e3b1cf2c7d687/groups/6660c7e81f0e3b1cf2c7d687/members/search?text=yohannes' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"groupId": "6660c7e81f0e3b1cf2c7d687",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Letha_Reinger",
"firstName": "Eloise",
"lastName": "Carroll",
"picture": "https://loremflickr.com/640/480/nature",
"email": "Idell_Stehr61@yahoo.com",
"totalFollowers": -46289583.965907745,
"totalFollowing": -74654892.52907749,
"type": "teacher",
"online": true
},
"role": "group-owner",
"status": "active",
"inviter": {
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "organization"
},
"invitedAt": "1986-10-13",
"createdAt": "1968-11-05",
"updatedAt": "2012-01-08"
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"groupId": "6660c7e81f0e3b1cf2c7d687",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Braulio.Hammes13",
"firstName": "Jan",
"lastName": "Mraz",
"picture": "https://loremflickr.com/640/480/technics",
"email": "Llewellyn51@hotmail.com",
"totalFollowers": 8058081.183529526,
"totalFollowing": -79738882.95611475,
"type": "teacher",
"online": false
},
"role": "group-owner",
"status": "active",
"inviter": null,
"invitedAt": "1989-11-24",
"createdAt": "1962-09-12",
"updatedAt": "1964-03-12"
}
],
"cursor": {
"next": "nostrud",
"prev": "mollit minim",
"totalItems": 9314784
}
}
Request
Path Params
organizationId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
groupId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
Query Params
text
stringÂ
optional
Example:
yohannes
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:33:50