Block an organization customer
Blocks a customer: revokes the API keys this organization issued to them via white-label onboarding, and refuses to re-issue those until they are unblocked. Their own personal keys, and keys issued by other organizations, are untouched. Note: short-lived credentials minted through the embedded widget/iframe session flow are not org-scoped, so a block neither revokes an outstanding one nor prevents a new one (tracked separately). Idempotent — blocking an already-blocked customer succeeds without re-revoking or re-emitting the activity event. 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"
Customer record ID
"oc-7b1c3e9a"
Response
Customer blocked
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
Unblock an organization customerGet an organization customerList organization customersExport organization customers as CSVProvision an account for the organization (member or customer)