---
title: "Assign entitlement plan to customer"
method: PUT
path: "/v1/customers/{customerId}/entitlement"
tags: ["Entitlements"]
---

# Assign entitlement plan to customer

`PUT /v1/customers/{customerId}/entitlement`

Assign or change a customer's entitlement plan.

## Path parameters

- `customerId` string, required

## Request body

- object
  - `planId` string, required
  - `overrides` object

## Response `200`

Entitlement assigned

- object — Entitlement assigned

## Other responses

- `401` — Unauthorized
- `404` — Customer or plan not found

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/versions/2cb1567969ca/schema)
