---
title: "Get all associates for a customer"
method: GET
path: "/customers/{customerId}/associates"
tags: ["Customers"]
---

# Get all associates for a customer

`GET /customers/{customerId}/associates`

## Path parameters

- `customerId` string, required

## Query parameters

- `searchCriteria` CustomercomplianceAssociateSearchCriteria, required
  - `additionalIdentifier` CustomercomplianceAssociateAdditionalIdentifier — Additional personal identifier
    - `type` 'BSN', required — Type of additional personal identifier
    - `value` string, required — Identifier value
  - `page` integer — Page to fetch (0 indexed)
  - `size` integer — Size of page to fetch

## Response `200`

OK

- CustomercomplianceAssociatePageResponse
  - `content` CustomercomplianceAssociateResponse[] — List of responses on the current page
    - `id` string — Associate bid
  - `size` integer — Page size
  - `totalSize` integer — Total count
  - `page` integer — Current page number, 0 based; i.e first-page = 0, second-page = 1
  - `totalPages` integer — Total pages

## Other responses

- `400` — Invalid Parameters
- `403` — Incorrect permissions

---

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