---
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` integer
  - `username` string
  - `resource_count` integer
  - `identities` object
    - `github` string
    - `discord` string
    - `youtube` string
    - `aim` string
    - `msn` string
    - `icq` string
    - `yahoo` string
    - `skype` string
    - `gtalk` string
    - `facebook` string
    - `twitter` string
  - `avatar` string, uri

## Changes

- **2025-07-19** `c0935bc8da24` — 1 breaking
  - the `resource_count` response's property type changed from `string` to `integer` for status `200`
- **2025-07-19** `3344ee6e102c` — 1 breaking
  - the `id` response's property type changed from `string` to `integer` for status `200`
- **2025-07-17** `a78844b4eec8` — 1 info
  - api operation id `getAuthor` was added
- **2025-07-17** `8aedf4b33b09` — 1 breaking, 11 info
  - the `identities` response's property type changed from `array` to `object` for status `200`
  - added the optional property `identities/aim` to the response with the `200` status
  - added the optional property `identities/discord` to the response with the `200` status
  - added the optional property `identities/facebook` to the response with the `200` status
  - …8 more
- **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/4139b7779126?raw)
