---
title: "Retrieve permissions the user has for a given publisher"
method: GET
path: "/publishers/{publisherId}/permissions"
tags: ["Publishers"]
---

# Retrieve permissions the user has for a given publisher

`GET /publishers/{publisherId}/permissions`

## Path parameters

- `publisherId` string, required

## Response `200`

A list of permissions

- object
  - `canEdit` boolean

## Other responses

- `400` — Bad request, invalid input data
- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/revisions/fb3c490f87ef/schema)
