- Social
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- Retrieve All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- Retrieve All Organization Collaborators
- Retrieve All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- Retrieve All Social Links
- Members
- Retrieve All MembersGET
- Search MembersGET
- Create a MemberPOST
- Invite Organization MembersPOST
- Delete InvitationDELETE
- Update a MemberPATCH
- Retrieve a MemberGET
- Delete a MemberDELETE
- Delete Multiple MembersDELETE
- Accept Organization InvitationPATCH
- Decline Organization InvitationPATCH
- Check Member ExistenceGET
- Retrieve Invitation LinkGET
- Retrieve Invitation ObjectGET
- Retrieve Non-Paginated Organization MembersGET
- Retrieve All Resources of an OrganizationGET
- Update Member Resource Roles-V1PATCH
- Update Member Resource Roles-V2PATCH
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation linkGET
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- Retrieve All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- Retrieve All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- Retrieve All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- Retrieve All Languages Course Count
- Retrieve All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
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
🟢200Success
application/json
Body
data
array[object (organizationMember.rto) {9}]Â
optional
id
stringÂ
optional
Example:
670775694daebf393b266ea1
status
enum<string>Â
optional
Allowed values:
pendingactiveinactive
profile
object (populatedProfile.rto)Â
optional
organization
object (organizationProfile.rto)Â
optional
role
enum<string>Â
optional
Allowed values:
organization-ownerorganization-adminorganization-member
invited
booleanÂ
optional
invitedAt
string <date>
optional
secondaryRoles
array[string]
optional
expiresAt
string  | nullÂ
optional
cursor
object (cursor)Â
optional
next
string  | nullÂ
required
prev
string  | nullÂ
required
totalItems
integerÂ
required
🟠422Parameter Error
Modified at 2025-04-08 15:42:43