Errors
identity_quota_exceeded
409 – Identity quota reached. The Org has created as many Identities as its quota allows.
Identity quota reached. Answered with 409.
What it means
The Org has created as many Identities as its quota allows. Deleted Identities count: a Handle is never reissued, so deleting does not free the slot.
What to do
Use an existing Identity, or raise the quota through the Plan.
The body
{
"type": "https://tigby.eu/problems/identity_quota_exceeded",
"title": "Identity quota reached",
"status": 409,
"detail": "…what was refused, naming this request's own values",
"code": "identity_quota_exceeded",
"doc_url": "https://docs.tigby.eu/errors/identity_quota_exceeded",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.