---
title: "Retrieve all publishers for a given user"
method: GET
path: "/users/publishers/"
tags: ["Publishers"]
---

# Retrieve all publishers for a given user

`GET /users/publishers/`

## Response `200`

A list of publishers

- Publisher[]
  - `name` string
  - `id` string — The unique identifier for the publisher. It's akin to a username. Should be lowercase.
  - `description` string
  - `website` string
  - `support` string
  - `source_code_repo` string
  - `logo` string — URL to the publisher's logo.
  - `createdAt` string, date-time — The date and time the publisher was created.
  - `members` PublisherMember[] — A list of members in the publisher.
    - `id` string — The unique identifier for the publisher member.
    - `user` PublisherUser
      - `id` string — The unique id for this user.
      - `email` string — The email address for this user.
      - `name` string — The name for this user.
    - `role` string — The role of the user in the publisher.
  - `status` 'PublisherStatusActive' | 'PublisherStatusBanned'

## Other responses

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

## Changes

> 43 revisions in range; 1 could not be searched.

- **2024-06-15** `84c21a19a439` — 1 info
  - added the optional property `items/status` to the response with the `200` status
- **2024-05-23** `9d088b2401a5` — 1 warning
  - removed the optional property `items/status` from the response with the `200` status

[Change history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/users/publishers/get.md)

---

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