---
title: "List Account Access"
method: GET
path: "/distribution-wallets/{id}/memberships"
tags: ["Distribution Wallets"]
---

# List Account Access

`GET /distribution-wallets/{id}/memberships`

Lists the users who have access to a distribution account, and the role each holds. Owner only.

## Path parameters

- `id` string, required

## Response `200`

Access list retrieved successfully

- WalletMembership[]
  - `id` string
  - `user_id` string
  - `wallet_id` string
  - `role` 'financial_controller' | 'developer' | 'business' | 'initiator' | 'approver' — The role the user holds on this account. Owner is always tenant-wide and never appears here.
  - `granted_by` string — ID of the Owner who granted the access
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-08-31** `7588d8d2a3c7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/distribution-wallets/:id/memberships/get.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/7588d8d2a3c7/schema)
