---
title: "Assign Tasks"
method: POST
path: "/gw/api/v1/accounts/{accountId}/tasks"
tags: ["accountManagementAccounts"]
---

# Assign Tasks

`POST /gw/api/v1/accounts/{accountId}/tasks`

Task can be assigned from this api<br><br>**Scope**: `accounts.write`<br>**Security Policy**: `Signed JWT`

## Path parameters

- `accountId` string, required

## Response `200`

Task can be assigned from this api

- TaskActionResponse[]
  - `accountId` string
  - `taskAction` TaskAction[]
    - `formNumber` integer
    - `status` string
    - `message` string

## Other responses

- `400` — Returns error description representing bad request
- `401` — Returns error description representing access issue
- `403` — Returns error description representing access issue
- `500` — Returns error description representing internal server error

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
