Session
Who you are signed in as, and which tenant you are working in.
Who you are signed in as
Who you are signed in as: your identity, the tenant you are working in, and every tenant you belong to. For signed-in users only. active_tenant is null until a tenant has been chosen.
Who you are signed in as › Responses
The authenticated caller.
Null until a tenant has been chosen for this session.
Every tenant you belong to.
Choose which tenant to work in
Chooses which of your tenants later requests apply to. You must belong to the tenant you name. Most users belong to a single tenant and cannot switch. For signed-in users only.
Choose which tenant to work in › Request Body
tenant_idA UUID, lower-case and hyphenated. Identifiers minted by this API are UUIDv7, so sorting them as strings happens to order them by creation time — the listings rely on that, which is why they need no sort parameter. Do not depend on it yourself, and do not read a timestamp out of an id: ids from other systems may be a different version, and the guarantee is not part of this contract.
Choose which tenant to work in › Responses
Active tenant updated.