List people
Returns a paginated list of people in your organization. Supports filtering by name, email, phone, and archived status.
Documentation Index
Fetch the complete documentation index at: https://docs.clearpolicy.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth 2.0 bearer token obtained via the client credentials flow 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).
255Filter by email (case-insensitive partial match).
255Filter by phone number (partial match).
50When true or 1, returns only archived people. When omitted or false, returns only active people.
true, false, 1, 0 Number of results per page (1–100).
1 <= x <= 100Page number to retrieve.
x >= 1