API ReferenceSession
POST
/v1/auth/tenant/select
Set the active tenant for the user's current session
This endpoint allows you to get a new session token and refresh token with the dct claim on the JWT which shows the active selected tenant for the user.
See Tenant Selection Article for more details of the usage.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID:Refresh JWT\>
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
tenantstring
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?