---
title: "Get Org Persons Endpoint"
method: GET
path: "/getOrgPersons"
---

# Get Org Persons Endpoint

`GET /getOrgPersons`

Org-global persons list (the faces model is org-wide). `projectIds[]` is the set of
projects the caller can access (used for auth + org resolution + the default membership
scope). `filterProjectIds[]` optionally narrows to persons appearing in a chosen subset
(the per-project / project-picker view). Each person includes member_project_ids (the
projects they appear in) and image_count.

Paged for fast first paint: `limit`/`offset` return a stable window ordered by newest
activity (last_uploaded DESC). The client fetches pages and appends until a short page.

## Query parameters

- `projectIds[]` integer[]
- `filterProjectIds[]` integer[]
- `limit` integer
- `offset` integer
- `sort` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/3966713f5d52/schema)
