---
title: "Get Profile Accounts"
method: GET
path: "/za/pb/v1/profiles/{profileid}/accounts"
tags: ["Account information"]
---

# Get Profile Accounts

`GET /za/pb/v1/profiles/{profileid}/accounts`

List all the accounts for the profile specified.

## Path parameters

- `profileid` string, required

## Response `200`

Resource has been retrieved

- object
  - `data` object[], required
    - `accountId` string, required — A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner.
    - `accountNumber` string, required — A unique and immutable identifier used to identify the account resource. This identifier is what is commonly known to the owner.
    - `accountName` string, required — The nickname of the account, a means of identification of the account.
    - `referenceName` string, required — The nickname of the account, assigned by the account owner in order to provide an additional means of identification of the account.
    - `productName` string, required — Identifies the product of the account.
    - `kycCompliant` boolean, required — Identifies if the account is KYC compliant.
    - `profileId` string, required — A unique and immutable identifier used to identify the account profile. This identifier has no meaning to the account owner. This is used to filter the beneficiary list
    - `profileName` string, required — The nickname of the profile, assigned by the account owner in order to provide an additional means of identification of the profile.
  - `links` object, required — Links relevant to the payload
    - `self` string, required
  - `meta` object, required — Meta Data relevant to the payload
    - `totalPages` integer

## Other responses

- `400` — Bad Request - The requested operation will not be carried out
- `401` — Unauthorized - The requested operation was refused access
- `403` — Forbidden - Not permitted to make this request
- `429` — Too Many Requests - To many requests in quick succession, Retry the request.
- `500` — Internal Server Error - The requested operation failed to execute

---

[API](https://skmtc.net/rijnhardtkotze/apis/sa-pb-account-information.md) · [All operations](https://skmtc.net/rijnhardtkotze/apis/sa-pb-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rijnhardtkotze/sa-pb-account-information/revisions/1ab926851d29/schema)
