---
title: "Get a person"
description: "One person as your workspace sees them. An account merged into someone resolves to that person."
canonical: https://docs.mentio.dev/api/people/get-person
markdown: https://docs.mentio.dev/api/people/get-person.mdx
---

# Get a person

`GET /v1/people/{id}`

One person as your workspace sees them. An account merged into someone resolves to that person.

## Parameters

- `id` (path, required): Person id (aut_...).

## Responses

- 200: The person
- 401: Missing or invalid API key
- 404: No mention by this person for your workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
