---
title: "List personas"
method: GET
path: "/api/v1/personas"
tags: ["Personas"]
---

# List personas

`GET /api/v1/personas`

Returns all personas for the current site. Site can be determined from session or header.

## Response `200`

Personas retrieved successfully

- MapStringRestPersonaView
  - `empty` boolean

## Other responses

- `400` — Bad request - site ID required or invalid
- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
