Skip to main content
POST
Set Organization Active

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Body

application/json
organizationId
string | null

The organization id to set as active. It can be null to unset the active organization. Eg: "org-id"

organizationSlug
string

The organization slug to set as active. It can be null to unset the active organization if organizationId is not provided. Eg: "org-slug"

Response

Success