---
title: "Author details"
method: GET
path: "/account/authors/{author_id}"
tags: ["authors"]
---

# Author details

`GET /account/authors/{author_id}`

View author details

## Path parameters

- `author_id` integer, required

## Response `200`

OK. Article representation

- AuthorComplete
  - `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)
