Retrieve All Members
Testing
GET
/organizations/{organizationId}/members
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/organizations/65a62c5c97482fe8c0f6cf61/members' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "670775694daebf393b266ea1",
"status": "pending",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "Brian.Schumm30",
"firstName": "Addie",
"lastName": "Bartoletti",
"picture": "https://loremflickr.com/640/480/cats",
"email": "Florian_Ruecker0@gmail.com",
"totalFollowers": -67954752.3329759,
"totalFollowing": -34621500.0762919,
"type": "teacher",
"online": false
},
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Dare - Lowe",
"picture": "https://loremflickr.com/640/480/business"
},
"role": "organization-member",
"invited": true,
"invitedAt": "2008-04-05"
}
],
"cursor": {
"next": "enim sint veniam ipsum dolore",
"prev": null,
"totalItems": -19523417
}
}
Request
Path Params
organizationId
stringÂ
required
Example:
65a62c5c97482fe8c0f6cf61
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 15:42:43