---
title: "Copy Display Profile"
method: POST
path: "/displayprofile/{displayProfileId}/copy"
tags: ["displayprofile"]
---

# Copy Display Profile

`POST /displayprofile/{displayProfileId}/copy`

Copy an existing Display Profile

## Path parameters

- `displayProfileId` integer, required
- `name` string, required

## Response `201`

successful operation

- DisplayProfile — Class DisplayProfile
  - `displayProfileId` integer — The ID of this Display Profile
  - `name` string — The name of this Display Profile
  - `type` string — The player type that this Display Profile is for
  - `config` string[] — The configuration options for this Profile
  - `isDefault` integer — A flag indicating if this profile should be used as the Default for the client type
  - `userId` integer — The userId of the User that owns this profile
  - `configDefault` string[] — The default configuration options for this Profile

## Changes

- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `201`
- **2020-02-17** `8e1275395104` — 1 breaking
  - removed the media type `application/json` for the response with the status `201`

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/displayprofile/:displayProfileId/copy/post.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/9136e3c2cb1d/schema)
