---
title: "PUT /users/{userId}/permissions/{permissionId}/set-default"
method: PUT
path: "/users/{userId}/permissions/{permissionId}/set-default"
tags: ["account"]
---

# PUT /users/{userId}/permissions/{permissionId}/set-default

`PUT /users/{userId}/permissions/{permissionId}/set-default`

## Path parameters

- `userId` string, required
- `permissionId` string, required
- `userId` string, uuid, required
- `permissionId` string, uuid, required

## Response `200`

OK

- PermissionsAccountDTO[]
  - `enterpriseId` integer
  - `enterpriseName` string
  - `labelId` integer
  - `publisherId` integer
  - `artistId` integer
  - `payeeId` integer
  - `imageId` string, uuid
  - `name` string
  - `permissionsAccountId` string, uuid
  - `isOwner` boolean
  - `readOnlyContent` boolean
  - `readOnlyContracts` boolean
  - `readOnlyFinance` boolean
  - `readOnlyDistribution` boolean
  - `readOnlyServices` boolean
  - `readOnlyTrustAndSafety` boolean
  - `readOnlyPromote` boolean
  - `readOnlyDaily` boolean
  - `permissionRolesId` integer
  - `viewAIDataAnalyst` boolean
  - `viewRevenueAnalytics` boolean
  - `isActive` boolean
  - `isDefault` boolean
  - `email` string
  - `accountType` integer

## Changes

- **2026-09-27** `0b5d73a7c216` — 2 breaking, 2 warning
  - added the new path request parameter `permissionId`
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `permissionId`
  - deleted the `path` request parameter `userId`
- **2026-09-26** `3f06b1dccf24` — 2 breaking, 2 warning
  - added the new path request parameter `permissionId`
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `permissionId`
  - deleted the `path` request parameter `userId`
- **2026-09-25** `7916fc5133ed` — 2 breaking, 2 warning
  - added the new path request parameter `permissionId`
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `permissionId`
  - deleted the `path` request parameter `userId`
- **2026-09-24** `4cb0551b21ef` — 2 breaking, 2 warning
  - added the new path request parameter `permissionId`
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `permissionId`
  - deleted the `path` request parameter `userId`
- **2026-09-23** `d3e5119fd333` — 2 breaking, 2 warning
  - added the new path request parameter `permissionId`
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `permissionId`
  - deleted the `path` request parameter `userId`

[Full history](https://skmtc.dev/revelator/apis/revelator-api/changes/users/:userId/permissions/:permissionId/set-default/put.md)

---

[API](https://skmtc.dev/revelator/apis/revelator-api.md) · [All operations](https://skmtc.dev/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc.dev/revelator/apis/revelator-api/revisions/0b5d73a7c216?raw)
