---
title: "List bank accounts for user"
method: GET
path: "/users/{userId}/accounts"
---

# List bank accounts for user

`GET /users/{userId}/accounts`

## Path parameters

- `userId` integer, required

## Response `200`

List of accounts

- BankAccount[]
  - `id` integer
  - `user_id` integer
  - `owner` string
  - `account_no` string
  - `bank_name` string
  - `balance` number, float

---

[API](https://skmtc.dev/wso2/apis/banking-microservice-api.md) · [All operations](https://skmtc.dev/wso2/apis/banking-microservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/banking-microservice-api/revisions/1594c7281453/schema)
