---
title: "Current persona config + available list"
method: GET
path: "/api/v1/user/persona"
tags: ["User"]
---

# Current persona config + available list

`GET /api/v1/user/persona`

## Response `200`

Persona config

- UserPersonaResponse
  - `persona_primary` string, nullable, required
  - `persona` object, nullable, required
    - `slug` string
    - `name` string
    - `tagline` string
  - `available` PersonaOption[], required
    - `slug` string, required
    - `name` string, required
    - `tagline` string, required
    - `icon` string, nullable, required

## Other responses

- `401` — Authentication required (no active session)

## Changes

- **2026-07-26** `996f96a11758` — 36 info
  - api operation id `getUserPersona` was added
  - added the media type `application/json` for the response with the status `200`
  - added the optional property `_alias_of` to the response with the `401` status
  - added the optional property `action` to the response with the `401` status
  - …32 more

[Change history](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/changes/api/v1/user/persona/get.md)

---

[API](https://skmtc.dev/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/revisions/601ff6123c86/schema)
