---
title: "Create or Update Tax Residency Information for an Application Associate"
method: PUT
path: "/applications/{applicationId}/compliance/associates/{associateId}/tax-residencies"
tags: ["Customers"]
---

# Create or Update Tax Residency Information for an Application Associate

`PUT /applications/{applicationId}/compliance/associates/{associateId}/tax-residencies`

Creates or updates the list of countries where an individual/associate is considered tax-resident, supporting compliance with CRS/FATCA and local tax rules.

## Path parameters

- `applicationId` string, required
- `associateId` string, required

## Request body

- CustomercomplianceTaxResidenciesRequest
  - `taxResidencies` string[] — List of ISO Alpha-2 country codes where the associate is tax-resident (e.g., ["ES", "FR"])

## Response `204`

OK

## 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)
