---
title: "Get User Accounts"
method: GET
path: "/users/{user_id}/accounts"
tags: ["brokerage"]
---

# Get User Accounts

`GET /users/{user_id}/accounts`

Returns all accounts for the given user

## Path parameters

- `user_id` string, required

## Query parameters

- `access_token` string, required

## Response `200`

Accounts Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — User not found
- `500` — Unexpected Error
- `502` — Bad Gateway
- `504` — Gateway Timeout

## Changes

- **2018-08-01** `0051f080d8d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tradestation/apis/tradestation-api/changes/users/:user_id/accounts/get.md)

---

[API](https://skmtc.dev/tradestation/apis/tradestation-api.md) · [All operations](https://skmtc.dev/tradestation/apis/tradestation-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tradestation/apis/tradestation-api/revisions/7aeb0e6bb07e?raw)
