Set Active Organization

Set the active organization

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
organizationIdstring or nullOptional
organizationSlugstring or nullOptional

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
namestring
slugstring
createdAtdatetime
idstring
metadatastring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error