---
title: "Get custom permissions report in CSV format."
method: GET
path: "/licensing/custom-permissions-csv"
tags: ["licensing", "enterprise"]
---

# Get custom permissions report in CSV format.

`GET /licensing/custom-permissions-csv`

You need to have a permission with action `licensing.reports:read`.

## Response `200`

(empty)

- CustomPermissionsRecordDTO[]
  - `customPermissions` string
  - `granteeName` string
  - `granteeType` string
  - `granteeUrl` string
  - `id` integer
  - `isFolder` boolean
  - `orgId` integer
  - `orgRole` string
  - `slug` string
  - `title` string
  - `uid` string
  - `url` string
  - `usersCount` integer

## Other responses

- `500` — InternalServerError is a general error indicating something went wrong internally.

---

[API](https://skmtc.net/nforgeio/apis/grafana-http-api.md) · [All operations](https://skmtc.net/nforgeio/apis/grafana-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nforgeio/grafana-http-api/revisions/3cb6c3f42dc7/schema)
