---
title: "Obtain an author/user by their id"
method: GET
path: "/index.php?action=getAuthor"
---

# Obtain an author/user by their id

`GET /index.php?action=getAuthor`

## Response `200`

An object containing information about an author/user

- Author
  - `id` string
  - `username` string
  - `resource_count` string
  - `identities` string[]
  - `avatar` string

## Changes

- **2022-11-05** `19266ac7ec1f` — 4 breaking, 12 warning, 1 info
  - the `avatar` response's property format changed from `uri` to no format for status `200`
  - the `id` response's property type changed from `integer` to `string` for status `200`
  - the `identities` response's property type changed from `object` to `array` for status `200`
  - the `resource_count` response's property type changed from `integer` to `string` for status `200`
  - …13 more

[Change history](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/changes/index.php?action=getAuthor/get.md)

---

[API](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api.md) · [All operations](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/llms.txt) · [OpenAPI document](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/revisions/19266ac7ec1f?raw)
