Organization Management

Set Organization Active

Set the active organization

post/auth/organization/set-active

Request body

organizationIdstring

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

organizationSlugstring

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

{"stackTrail":"paths:/auth/organization/set-active:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes