---
title: "Switch Customer"
method: POST
path: "/developer/switch-customer"
tags: ["Developer", "Developer - Customers"]
---

# Switch Customer

`POST /developer/switch-customer`

Switch the current user's customer.

This endpoint is restricted to developer users only.
Updates the current user's customer_id to the specified customer.

- **customer_id**: The customer UUID to switch to

## Request body

- SwitchCustomerRequest — Request to switch the current user's customer
  - `customer_id` string, uuid, required — The customer ID to switch to

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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