---
title: "Create a partner"
method: POST
path: "/partners"
tags: ["License Portal"]
---

# Create a partner

`POST /partners`

## Request body

- CreatePartnerArgs
  - `displayName` string, required
  - `legalName` string
  - `parentPartnerPartyId` string
  - `partnerType` 'managed-by-parent' | 'login-enabled'
  - `contactEmail` string, email
  - `websiteUrl` string
  - `profileId` string
  - `profileVersion` string
  - `attributes` JsonObject

## Response `201`

Created partner.

- LicensePartner
  - `partyId` string, required
  - `displayName` string, required
  - `legalName` string, required
  - `parentPartnerPartyId` string
  - `partnerType` 'managed-by-parent' | 'login-enabled', required
  - `loginEnabled` boolean, required
  - `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/versions/f45b2d91505a/schema)
