---
title: "Switch the active organization"
method: POST
path: "/organization/switch"
tags: ["Organization"]
---

# Switch the active organization

`POST /organization/switch`

Session-scoped: changes the active organization for the current session only.

## Request body

- object
  - `organizationId` string, required

## Response `200`

The organization now active for this session

- object
  - `organizationId` string, required
  - `environment` 'live' | 'sandbox' | 'mainnet' | 'testnet', required

---

[API](https://skmtc.dev/catena/apis/catena-api.md) · [All operations](https://skmtc.dev/catena/apis/catena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/catena/catena-api/revisions/4cf035dc4837/schema)
