security
Intended Documentation
Tenant Administration
Tenant-scoped admin APIs for trust overview, members, workspace posture, and role assignment.
Tenant Administration#
Tenant administration endpoints are exposed under /admin/* and require tenant-scoped authorization.
Read Tenant and Trust Context#
GET /admin/tenant?tenantId=<tenant>GET /admin/trust?tenantId=<tenant>GET /admin/workspace?tenantId=<tenant>
List Members#
GET /admin/members?tenantId=<tenant>
Update Member Role#
POST /admin/members/:id/role
Request body schema:
tenantId(required)role(required):owner | admin | operator | auditor | reviewer | read_onlyenvironmentKey(optional)reason(optional)
Warning
Tenant boundary checks are strict. x-tenant-id, query/body tenantId, and authenticated context must resolve to the same tenant.