# update seat for the active AZURE subscription

`PATCH https://api.suger.cloud/org/{orgId}/entitlement/{entitlementId}/seat`

Update the seat number for the active AZURE subscription.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `entitlementId` | path | string | yes | Entitlement ID |
| `newSeat` | query | integer | yes | New seat number |

## Responses

### 200 — the original entitlement before the seat update

Content-Type: `application/json` · Schema: `WorkloadEntitlement`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
