---
title: "List all accounts"
method: GET
path: "/v2/users/{userId}/accounts"
tags: ["Account"]
---

# List all accounts

`GET /v2/users/{userId}/accounts`

List all accounts associated with a user under your organization.

## Path parameters

- `userId` string, required

## Query parameters

- `rail` 'onramp' | 'offramp'
- `type` 'us' | 'brazil' | 'colombia' | 'argentina' | 'mexico' | 'africa' | 'brazilGlobalNetwork' | 'nigeriaGlobalNetwork' | 'mexicoGlobalNetwork' | 'hongKongGlobalNetwork' | 'chinaGlobalNetwork' | 'singaporeGlobalNetwork' — The type of account.
- `currency` string
- `limit` string
- `createdBefore` string, date
- `createdAfter` string, date

## Response `200`

Success

- AllAccountObjects
  - `count` integer
  - `banks` object[]
    - `accountId` string
    - `createdAt` string, date-time
    - `status` string
    - `accountType` string
    - `businessIdentifierCode` string
    - `accountNumber` string
    - `routingNumber` string
    - `accountHolderName` string
    - `accountHolderCity` string
    - `accountHolderCountry` string
    - `accountHolderStreetLine1` string
    - `accountHolderStateProvinceRegion` string
    - `accountHolderPostalCode` string
    - `bankCountry` string
    - `userId` string
    - `rail` object
      - `currency` string
      - `railType` string
      - `paymentRail` string
  - `nextCursor` string — The `createdAt` timestamp of the last record in the current page. Pass this as `createdBefore` in the next request to retrieve the next page of results.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifibridge/apis/hifi-api.md) · [All operations](https://skmtc.net/hifibridge/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifibridge/hifi-api/revisions/74d9e530fbea/schema)
