---
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

---

[API](https://skmtc.net/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.net/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/mx-platform-api/versions/b6632646ee89/schema)
