---
title: "Read User Tree Person Ids"
method: GET
path: "/trees/{tid}/persons"
tags: ["Trees"]
---

# Read User Tree Person Ids

`GET /trees/{tid}/persons`

This operation retrieves the list of person ids in a user tree. The list is returned as a Feed of Entry elements. Each Entry contains a person id in the id field.

## Path parameters

- `tid` string, required

## Query parameters

- `count` integer
- `from` string
- `view` string

## Headers

- `Accept` 'application/x-gedcomx-atom+json' | 'application/json', required

## Response `200`

The list of person ids in the user tree.

## Other responses

- `204` — The user tree has no person ids.
- `400` — The request is missing a required parameter or has an invalid parameter.
- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
