Tenant Type Restriction
URI: https://docs.ankatech.co/errors/tenant-type-restriction
HTTP Status: 422 Unprocessable Entity
When you see this
The requested operation is not allowed for this tenant's type. Some capabilities are restricted to specific tenant types.
Common Causes
- Calling a capability not available to the current tenant type.
- An operation reserved for a different tier or category of tenant.
- A tenant-type policy that forbids the requested action.
Response Example
{
"type": "https://docs.ankatech.co/errors/tenant-type-restriction",
"title": "Tenant Type Restriction",
"status": 422,
"detail": "This operation is not allowed for tenant type 'STANDARD'.",
"instance": "/api/v3/admin/tenants/00000000-0000-0000-0000-000000000001/features",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Confirm the current tenant's type and the capabilities it permits.
- Use a capability available to this tenant type, where one exists.
- Contact your account manager if the tenant type needs to change to access the capability.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.