---
title: "Switch Account"
method: POST
path: "/iserver/account"
tags: ["Account"]
---

# Switch Account

`POST /iserver/account`

If an user has multiple accounts, and user wants to get orders, trades, etc. of an account other than currently selected account, then user can update the currently selected account using this API and then can fetch required information for the newly updated account.

## Request body

- SetAccount
  - `acctId` string — Account ID

## Response `200`

an object containing updated account ID

- object
  - `set` boolean
  - `acctId` string

---

[API](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/client-portal-web-api/revisions/32edbfe496d1/schema)
