---
title: "Get Account Parties"
method: GET
path: "/data/v2/accounts/{id}/parties"
tags: ["Data v2.Account"]
---

# Get Account Parties

`GET /data/v2/accounts/{id}/parties`

Returns accounts parties

## Path parameters

- `id` string, required

## Response `200`

Successful.

- AccountsV2AccountParties
  - `parties` AccountsV2AccountParty[], required — List of parties. A party is a person or company associated with the account. An empty list will be returned when no parties are available for the account.
    - `identity` AccountsV2AccountIdentity, required
      - `name` string — Name of the party.
      - `ssn` string — Social security number or national identification number of the user.
    - `role` 'HOLDER' | 'AUTHORIZED_USER' | 'OTHER' | 'UNKNOWN', required — The role of the party. Roles are defined as:<br/> `HOLDER`: A party that is legally responsible for the money of the account.<br/> `AUTHORIZED_USER`: A party that can operate the account, but it’s not legally the owner or responsible of the money of the account.<br/> `OTHER`: A party linked to the account that have a role that does not match any of the other documented roles, i.e a party with a role that is not an authorized user or a holder.<br/> `UNKNOWN`: Tink can not determine anything about the role, except that the party is associated with the specified account.<br/>

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized request.
- `403` — Permission denied.
- `404` — Account not found.

---

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