Developers
V1AuthContext

Select public or an active organization context without changing identity

POST
/v1/auth/context
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/auth/context" \  -H "Content-Type: application/json" \  -d '{    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0"  }'
{  "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0"}