---
title: "List collection authors"
method: GET
path: "/account/collections/{collection_id}/authors"
tags: ["collections"]
---

# List collection authors

`GET /account/collections/{collection_id}/authors`

List collection authors

## Path parameters

- `collection_id` integer, required

## Response `200`

OK. Embargo for article

- Author[]
  - `id` integer, required — Author id
  - `full_name` string, required — Author full name
  - `first_name` string, required — Author first name
  - `last_name` string, required — Author last name
  - `is_active` boolean, required — True if author has published items
  - `url_name` string, required — Author url name
  - `orcid_id` string, required — Author Orcid

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/versions/9dfb419f4430/schema)
