v1

latestOpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Authentication

Switch Tenant

Switch the caller's active tenant.

Marks tenant_id as the caller's active tenant on the server side. The current JWT is NOT rotated — the caller must refresh their access token after this call before subsequent requests will be scoped to the new tenant. Returns 204 No Content on success.

The caller can only switch into tenants they belong to; other targets return 403.

post/auth/switch-tenant

Request body

tenant_idstring required

Response

Successful Response