---
title: "Create a DEP profile"
method: POST
path: "/tenant/v0/depprofiles/"
tags: ["tenant_DEP Profile"]
---

# Create a DEP profile

`POST /tenant/v0/depprofiles/`

Creates a DEP profile

## Request body

- TenantDEPProfileCreateRequest
  - `show_setup_items` string[] — List of setup items to show during device enrollment. If not provided or empty, all items will be skipped (default behavior).
  - `auto_advance_setup` boolean — Whether to automatically advance through setup screens. Defaults to true if not specified. Only applicable to TvOS devices.

## Response `200`

Updated the DEP profile for the tenant

- object
  - `code` integer
  - `message` string
  - `content` TenantDEPProfile
    - `id` string, uuid
    - `profile_uuid` string
    - `show_setup_items` string[] — List of setup items to show during device enrollment
    - `auto_advance_setup` boolean — Whether to automatically advance through setup screens, only applicable to TvOS devices
    - `created_by` string
    - `updated_by` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Authorization information is missing or invalid.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
