Errors
admin_scope_required
403 – Admin Key required. The credential is an Identity Key, which acts for one Identity.
Admin Key required. Answered with 403.
What it means
The credential is an Identity Key, which acts for one Identity. The endpoint is Org-level, and Org-level endpoints need Org scope.
What to do
Use an Admin Key (tigby_admin_…) or the account holder's console session. The account holder mints an Admin Key in the console under API keys.
The body
{
"type": "https://tigby.eu/problems/admin_scope_required",
"title": "Admin Key required",
"status": 403,
"detail": "…what was refused, naming this request's own values",
"code": "admin_scope_required",
"doc_url": "https://docs.tigby.eu/errors/admin_scope_required",
"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.