Get an organization customer
Returns a single customer record by ID. Responds 404 if the customer does not exist or belongs to a different organization. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Enterprise tier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Customer record ID
"oc-7b1c3e9a"
Response
Customer detail
Customer record ID.
"oc-7b1c3e9a"
Organization the customer belongs to.
"org-abc123"
Nevermined user ID of the customer.
"us-2f4a6c8e"
ISO-8601 timestamp the customer was first observed.
"2026-01-15T09:30:00.000Z"
ISO-8601 timestamp of the customer’s most recent activity.
"2026-05-20T14:05:00.000Z"
Total amount the customer has spent, serialised as a string (bigint).
"125000000"
ISO-8601 timestamp the customer record was created.
"2026-01-15T09:30:00.000Z"
Lifecycle status. blocked customers hold no valid org-issued credential and cannot be issued a new one until unblocked.
active, blocked "active"
Display name from the buyer’s user profile, when available.
"Aitor Argomaniz"
Email from the buyer’s user profile, when available.
"aitor@example.com"
Related topics
List organization customersGet top customers by spendExport organization customers as CSVUnblock an organization customerBlock an organization customer