---
title: "List Desktop Configuration Profiles"
method: GET
path: "/desktop_configuration_profiles"
tags: ["desktop_configuration_profiles", "Desktop Configuration Profiles"]
---

# List Desktop Configuration Profiles

`GET /desktop_configuration_profiles`

List Desktop Configuration Profiles

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of DesktopConfigurationProfiles objects.

- DesktopConfigurationProfileEntity[]
  - `id` integer — Desktop Configuration Profile ID
  - `name` string — Profile name
  - `workspace_id` integer — Workspace ID
  - `use_for_all_users` boolean — Whether this profile applies to all users in the Workspace by default
  - `disable_drive_mounting` boolean — Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
  - `mount_mappings` object — Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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