> ## 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 organization members

> Return a paginated list of every user who belongs to an organization, along with their assigned role and current membership status.

<ParamField path="id" type="string" required>
  Organization UUID
</ParamField>

<ParamField query="page" type="number">
  Page number (default: 1)
</ParamField>

<ParamField query="limit" type="number">
  Items per page (default: 20)
</ParamField>
