---
title: "Get author name"
method: GET
path: "/admin/api/author/{authorId}/name"
tags: ["Authors"]
---

# Get author name

`GET /admin/api/author/{authorId}/name`

Returns the name of an author

## Path parameters

- `authorId` string, required

## Response `200`

OK

- AuthorAuthorNameResponse
  - `authorName` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/ether/apis/etherpad-go-api.md) · [All operations](https://skmtc.dev/ether/apis/etherpad-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ether/etherpad-go-api/revisions/6f3a072916e8/schema)
