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

# List accounts

`GET /users/{user_guid}/accounts`

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

:::warning
This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/).
:::

## Path parameters

- `user_guid` string, required

## Query parameters

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

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 3 info
  - api tag `accounts` added
  - api tag `mx_platform` removed
  - added the new optional `query` request parameter `use_case`
- **2025-06-24** `22b9fde3dcdb` — 2 breaking
  - the `accounts/items/premium_amount` response's property type/format changed from `string`/`` to `number`/`` for status `200`
  - the `accounts/items/property_type` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
- **2025-06-24** `17f94e3a8ecb` — 2 breaking, 64 info
  - the `accounts/items/premium_amount` response's property type/format changed from `number`/`` to `string`/`` for status `200`
  - the `accounts/items/property_type` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - added the optional property `accounts/items/account_number_set_by` to the response with the `200` status
  - added the optional property `accounts/items/apr_set_by` to the response with the `200` status
  - …62 more
- **2024-10-25** `eb1c54a91424` — 1 info
  - added the optional property `accounts/items/federal_insurance_status` to the response with the `200` status
- **2024-08-13** `3b78d3606307` — 1 info
  - added the optional property `accounts/items/statement_balance` to the response with the `200` status

[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/b6632646ee89/schema)
