List people
People
List people
Returns a paginated list of people in your organization. Supports filtering by name, email, phone, and archived status.
GET
List people
Authorizations
Bearer token created in ClearPolicy API settings with the api:use scope.
Query Parameters
Filter by exact ULID. When provided, returns a non-paginated array containing only that person (or an empty array).
Filter by name (case-insensitive partial match).
Maximum string length:
255Filter by email (case-insensitive partial match).
Maximum string length:
255Filter by phone number (partial match).
Maximum string length:
50When true or 1, returns only archived people. When omitted or false, returns only active people.
Available options:
true, false, 1, 0 Number of results per page (1–100).
Required range:
1 <= x <= 100Page number to retrieve.
Required range:
x >= 1Last modified on May 27, 2026