> ## 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.

# List participants with filters

> Retrieve a paginated list of participants scoped to an organization, filtered by participant type, KYC status, or free-text search across name and identifiers.

<ParamField query="organizationId" type="string">
  Organization ID
</ParamField>

<ParamField query="search" type="string">
  Search query (searches name, email, phone)
</ParamField>

<ParamField query="role" type="claimant | witness | agent | adjuster | examiner | other">
  Filter by role
</ParamField>

<ParamField query="status" type="active | inactive | pending">
  Filter by status
</ParamField>

<ParamField query="type" type="individual | business">
  Filter by entity type
</ParamField>

<ParamField query="page" type="number">
  Page number
</ParamField>

<ParamField query="limit" type="number">
  Items per page
</ParamField>
