Search the members of an organization
Returns a paginated list of the members of the caller organization, optionally filtered by role and active status, alongside the total count of active admins (used to guard “last admin” actions across pages). The organization is resolved from the authenticated context, not from the request body. Read-only — any active member (not just admins) may call it. Requires a Nevermined API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Optional role/active filters and pagination for the members search.
Role of the organization member
Admin, Member "Admin"
Active status of the organization member
true
Page of the organization members list
1
Page offset of the organization members list
20
Environment to get stripe account id from (live or sandbox)
live, sandbox "sandbox"
Response
Paginated organization members with the total active-admin count.
Total number of results found
137
List of organization members with profile information
Page of the notifications list
1
Page offset of the notifications list
20
Total number of ACTIVE admins in the organization (not just on this page). Used by the webapp to guard "demote / deactivate / remove last admin" actions when the relevant admin sits on a different page than the viewer.
2
Related topics
Reactivate an organization memberDeactivate an organization memberRemove an organization memberChange an organization member roleAdd an organization member to a group