Errors
export_identity_unknown
404 – No such Identity. An Identity export needs a Handle this Org holds and this credential may read.
No such Identity. Answered with 404.
What it means
An Identity export needs a Handle this Org holds and this credential may read.
What to do
List the Org's Identities with GET /api/identities and use a handle from there.
The body
{
"type": "https://tigby.eu/problems/export_identity_unknown",
"title": "No such Identity",
"status": 404,
"detail": "…what was refused, naming this request's own values",
"code": "export_identity_unknown",
"doc_url": "https://docs.tigby.eu/errors/export_identity_unknown",
"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.