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

# Replace article authors

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

Associate new authors with the article. This will remove all already associated authors and add these new ones

## Path parameters

- `article_id` integer, required

## Request body

- AuthorsCreator
  - `authors` object[], required — List of authors to be associated with the article. The list can contain the following fields: id, name, first_name, last_name, email, orcid_id. If an id is supplied, it will take priority and everything else will be ignored. For adding more authors use the specific authors endpoint.

## Response `205`

Reset Content

## Other responses

- `400` — Bad Request. Article ID must be an integer and bigger than 0. Author with ID Not Found.
- `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)
