List organization customers
Returns a paginated list of the organization’s customers (the users who have transacted with its agents/plans), optionally narrowed by a free-text search. The response is { items, total }, where total is the count across all pages. Each item is enriched with the buyer’s userName/userEmail from their user profile when available. Requires a Nevermined API key, organization admin privileges, and the Enterprise tier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Query Parameters
Free-text search across customer identifiers.
"us-2f4a"
Items per page (1–200). Defaults to 50.
50
1-based page number. Defaults to 1.
1
Response
Paginated customer list as { items, total }
Related topics
CustomersExport organization customers as CSVList organization activity eventsOrganizations & WorkspacesGet an organization customer