---
title: "List article authors"
method: GET
path: "/account/articles/{article_id}/authors"
tags: ["articles"]
---

# List article authors

`GET /account/articles/{article_id}/authors`

List article authors

## Path parameters

- `article_id` integer, required

## Response `200`

OK. Authors list 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)
