> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get participant by ID

> Retrieve a single participant record by ID with core identity fields, contact information, participant type, and links to their organization and claims.

<ParamField path="id" type="string" required>
  Participant ID
</ParamField>

<ParamField query="with" type="string">
  Comma-separated list of relations to include (e.g., bankAccounts)
</ParamField>

<ParamField query="include" type="string">
  Alias for "with" parameter
</ParamField>
