---
title: "List account numbers by member"
method: GET
path: "/users/{user_guid}/members/{member_guid}/account_numbers"
tags: ["accounts"]
---

# List account numbers by member

`GET /users/{user_guid}/members/{member_guid}/account_numbers`

This endpoint returns a list of account numbers associated with the specified `member`.

## Path parameters

- `member_guid` string, required
- `user_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 2 info
  - api tag `accounts` added
  - api tag `mx_platform` removed
- **2024-07-22** `8d52614a6ee4` — 2 info
  - added the optional property `account_numbers/items/loan_reference_number` to the response with the `200` status
  - added the optional property `account_numbers/items/sequence_number` to the response with the `200` status
- **2024-07-11** `b7a7d6ccd459` — 1 info
  - added the optional property `account_numbers/items/loan_guarantor` to the response with the `200` status

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/members/:member_guid/account_numbers/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)
