---
title: "Switch logged in account"
method: PUT
path: "/v2/accounts/me"
tags: ["Accounts"]
---

# Switch logged in account

`PUT /v2/accounts/me`

Changes the active logged in account for your user. A new token will need to be generated to authenticate subsequent requests.

## Request body

- IdentityAccountSwitchRequestBody
  - `account_identifier` string, uuid, required — The unique identifier of the account.

## Response `200`

OK

---

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