---
title: "Get permission metadata"
method: GET
path: "/api/v1/permissions"
tags: ["Permissions"]
---

# Get permission metadata

`GET /api/v1/permissions`

Returns available permission levels and scopes that can be assigned to users and roles

## Response `200`

Permission metadata retrieved successfully

- ResponseEntityPermissionMetadataView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` PermissionMetadataView
    - `levels` string[], required — Available permission levels that can be assigned to users and roles
    - `scopes` string[], required — Available permission scopes (asset types) that support permissions
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Unauthorized - authentication required
- `403` — Forbidden - frontend user attempted access (backend user required)

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
