---
title: "GET /users/{userId}/permissions"
method: GET
path: "/users/{userId}/permissions"
tags: ["account"]
---

# GET /users/{userId}/permissions

`GET /users/{userId}/permissions`

## Path parameters

- `userId` string, required
- `userId` 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-01** `0d90e33b246a` — 1 breaking, 1 warning
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `userId`
- **2026-08-29** `c5d812c7edce` — 1 breaking, 1 warning
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `userId`
- **2026-08-27** `ebb40dbfac65` — 1 breaking, 1 warning
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `userId`
- **2026-08-24** `6eb29014c6ef` — 1 breaking, 1 warning
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `userId`
- **2026-08-23** `7a22c2db13c0` — 1 breaking, 1 warning
  - added the new path request parameter `userId`
  - deleted the `path` request parameter `userId`

[Full history](https://skmtc.dev/revelator/apis/revelator-api/changes/users/:userId/permissions/get.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-service-production.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/0d90e33b246a/schema)
