---
title: "List accounts"
method: GET
path: "/users/{user_guid}/accounts"
tags: ["mx_platform"]
---

# List accounts

`GET /users/{user_guid}/accounts`

This endpoint returns a list of all the accounts associated with the specified `user`.

## Path parameters

- `user_guid` string, required

## Query parameters

- `member_is_managed_by_user` boolean
- `page` integer
- `is_manual` boolean
- `records_per_page` integer

## Response `200`

OK

## Changes

> 21 revisions in range; 1 not diffed.

- **2024-07-11** `4ff1043cdf6f` — 1 info
  - added the optional property `accounts/items/total_account_value_ugl` to the response with the `200` status
- **2024-05-07** `bcb952b55c19` — 1 breaking, 1 warning, 1 info
  - the `accounts/items/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - removed the optional property `accounts/items/property_type_name` from the response with the `200` status
  - added the new optional `query` request parameter `is_manual`
- **2024-02-13** `54a571c1c7b6` — 1 breaking, 1 warning, 1 info
  - the `accounts/items/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - removed the optional property `accounts/items/property_type_name` from the response with the `200` status
  - added the new optional `query` request parameter `is_manual`
- **2023-12-11** `933c00546f82` — 1 breaking, 1 warning, 1 info
  - the `accounts/items/property_type` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - deleted the `query` request parameter `is_manual`
  - added the optional property `accounts/items/property_type_name` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/accounts/get.md)

---

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