---
title: "Switch To Org"
method: PATCH
path: "/v1/orgs/switch/{org_id}"
tags: ["orgs"]
---

# Switch To Org

`PATCH /v1/orgs/switch/{org_id}`

Switch the user to a different organisation.

## Path parameters

- `org_id` string, uuid, required

## Response `200`

Successful Response

- UserOrgAccess
  - `auth0_id` string, required
  - `org_id` string, uuid, required
  - `org_stripe_id` string, nullable
  - `org_display_name` string, required
  - `org_logo` string, nullable
  - `org_name` string, required
  - `is_org_setup_complete` boolean
  - `full_name` string, nullable
  - `user_avatar` string, nullable
  - `billing_email` string
  - `is_personal_org` boolean
  - `permissions` string
  - `member_is_active` boolean
  - `internal_claims` InternalClaims
    - `i_cus` string, nullable

## Other responses

- `422` — Validation Error

---

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