---
title: "Update Active Organization"
method: PATCH
path: "/users/me/active-organization"
tags: ["users"]
---

# Update Active Organization

`PATCH /users/me/active-organization`

Set the current user's active organization.

The user must be a member of the target organization.

## Request body

- UpdateActiveOrganizationBody
  - `organization_id` string, required — ID of the organization to set as the current user's active org.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
