---
title: "Switch active organization"
method: POST
path: "/api/v1/auth/active-org"
tags: ["auth"]
---

# Switch active organization

`POST /api/v1/auth/active-org`

## Request body

- SetActiveOrgRequest
  - `org_id` string, uuid, required

## Response `200`

New access token

- SetActiveOrgResponse
  - `access_token` string, required
  - `active_org_id` string, uuid, required

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.net/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/versions/a828d1399648/schema)
