---
title: "Fetches people from the instance"
method: GET
path: "/api/Metadata/people"
tags: ["Metadata"]
---

# Fetches people from the instance

`GET /api/Metadata/people`

## Query parameters

- `libraryIds` string

## Response `200`

OK

- PersonDto[]
  - `id` integer
  - `name` string, nullable, required
  - `coverImageLocked` boolean
  - `primaryColor` string, nullable
  - `secondaryColor` string, nullable
  - `coverImage` string, nullable
  - `aliases` string[], nullable
  - `description` string, nullable
  - `asin` string, nullable
  - `aniListId` integer
  - `malId` integer
  - `hardcoverId` string, nullable
  - `webLinks` string[], nullable
  - `roles` PersonRole[], nullable

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/cc7f90a35897/schema)
