Skip to content
v0.3

read.control.tenant_credentials

A tenant’s credentials (id, actor, powers, status) — never the token. Control; tenant is explicit.

  • Surface: GET /v1/control/read/tenant_credentials
  • Auth:Control read (platform) — a PLATFORM credential is REQUIRED: a tenant or extension actor is forbidden, an anonymous caller unauthorized. This face is the fleet operator’s and is never tenant-bound, so whatever tenant scoping this read has comes from an explicit parameter below, never from the caller’s identity.
{
"properties": {
"tenant": {
"minLength": 1,
"type": "string"
}
},
"required": [
"tenant"
],
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)