---
title: "Update the authorized users for a card."
method: PATCH
path: "/paymentInstruments/{paymentInstrumentId}/authorisedCardUsers"
tags: ["Authorized card users"]
---

# Update the authorized users for a card.

`PATCH /paymentInstruments/{paymentInstrumentId}/authorisedCardUsers`

Updates the list of authorized users for a card.

>This request replaces all existing authorized users for the card.

## Path parameters

- `paymentInstrumentId` string, required

## Request body

- AuthorisedCardUsers
  - `legalEntityIds` string[] — The legal entity IDs of the authorized card users linked to the specified payment instrument.

## Response `204`

Successful operation

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity - a request validation error.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
