v4

latestSwagger 2.02026-08-0343714211.7 MB
desktop_configuration_profiles
Desktop Configuration Profiles

Update Desktop Configuration Profile

Update Desktop Configuration Profile

patch/desktop_configuration_profiles/{id}

Path parameters

idinteger required

Desktop Configuration Profile ID.

Response

The DesktopConfigurationProfiles object.

idinteger

Desktop Configuration Profile ID

namestring

Profile name

workspace_idinteger

Workspace ID

use_for_all_usersboolean

Whether this profile applies to all users in the Workspace by default

disable_drive_mountingboolean

Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile

mount_mappingsobject

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.

Example response

{
  "id": 1,
  "name": "North America Desktop Profile",
  "workspace_id": 1,
  "mount_mappings": {
    "key": "example value"
  }
}