---
title: "Update a customer"
method: PUT
path: "/customers/{partyId}"
tags: ["License Portal"]
---

# Update a customer

`PUT /customers/{partyId}`

## Path parameters

- `partyId` string, required

## Request body

- UpdateCustomerArgs
  - `partyId` string
  - `displayName` string, required
  - `legalName` string
  - `partnerPartyId` string
  - `contactEmail` string, email
  - `websiteUrl` string

## Response `200`

Updated customer.

- LicenseCustomer
  - `partyId` string, required
  - `displayName` string, required
  - `legalName` string, required
  - `partnerPartyId` string
  - `representedTenantId` string
  - `status` string, required
  - `contactEmail` string, email
  - `websiteUrl` string
  - `profileId` string
  - `profileVersion` string
  - `createdAt` string, required
  - `updatedAt` string, required
  - `tenantId` string

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/revisions/f45b2d91505a/schema)
