Unblock an organization customer
Restores a blocked customer to active, so the organization can issue them credentials again. Does NOT reinstate the keys revoked at block time — those stay revoked and a new one must be issued. Idempotent. 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 unblocked
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
Get an organization customerBlock an organization customerList organization customersExport organization customers as CSVProvision an account for the organization (member or customer)