- They reappear in the Stigg app UI.
- They are returned by the Stigg API and SDKs.
- Their entitlements are recalculated.
The customer’s PII (name and email address) that was nullified upon archiving is not restored.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mutation UnarchiveCustomer($input: UnarchiveCustomerInput!) {
unarchiveCustomer(input: $input) {
customerId
name
email
}
}
{
"input": {
"customerId": "customer-123"
}
}
POST /api/v1/customers/{id}/unarchive