---
title: "Get Personas"
method: GET
path: "/v1/org/personas"
tags: ["Organization"]
---

# Get Personas

`GET /v1/org/personas`

Get the organization personas, one row per (persona, organization) pair.

Same (item, org) fan-out as ``get_assets``: a persona's category can be
owned by multiple orgs, and each owning org gets its own row so no
association is silently dropped.

## Query parameters

- `organization_ids` string[], nullable — Restrict results to one or more organizations the caller belongs to. Repeat the parameter to target multiple orgs (e.g. `?organization_ids=<id1>&organization_ids=<id2>`). Omit to return data from every organization the caller has access to.

## Response `200`

Successful Response

- OrganizationPersonasWithCategoryResponse
  - `data` OrganizationPersonasWithCategory[], required
    - `id` string, required
    - `name` string, required
    - `persona` PersonaProfile, required
      - `behavior` PersonaProfileBehavior, required
        - `painPoints` string, nullable
        - `motivations` string, nullable
      - `employment` PersonaProfileEmployment, required
        - `industry` string[]
        - `jobTitle` string[]
        - `companySize` string[]
        - `roleSeniority` string[]
      - `demographics` PersonaProfileDemographics, required
        - `ageRange` string[]
    - `category` Category, required
      - `id` string, uuid, required
      - `name` string, required
    - `organization` Organization, required
      - `id` string, uuid, required
      - `name` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-01** `c55c2a1636c3` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-21** `f5ab41082542` — 2 info
  - added the new optional `query` request parameter `organization_ids`
  - added the required property `data/items/organization` to the response with the `200` status

[Change history](https://skmtc.dev/cooper-square-technologies/apis/external-api/changes/v1/org/personas/get.md)

---

[API](https://skmtc.dev/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.dev/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/revisions/ab03b3c80494/schema)
