AuthSession
Working across more than one tenant in a single session.
List the tenants you belong to
Returns the tenants this identity can work in, for switching between them without signing in again.
Switch tenant
Issues a token scoped to another tenant you belong to and revokes the current one. Asking for a tenant you do not belong to is refused identically to one that does not exist.
List the tenant's administrators
Returns who can administer this tenant, so an interface can tell a user who to ask for access rather than leaving them at a refusal. Requires `me.read`.