Customer Profile
Update customer status
With this endpoint, you can update the account status of an existing customer by customerId
.
POST
/
customers
/
{customerId}
/
actions
/
update-status
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
A UUID of the request.
Path Parameters
A 24-character system-generated ID of the customer. This is returned in the response of the POST /customers
endpoint.
Body
application/json
The status of the customer's account.
Available options:
ACTIVE
, INACTIVE
, BLOCKED
Was this page helpful?