List
Retrieves a paginated list of the members in the authenticated organization’s book — identity, contact details, and address. The book covers members reached through an employer in the organization’s book as well as members of a group it owns. Supports free-text search (name, email, phone number, or exact member id).
Authentication
API Key or Access Token authentication using Bearer token in Authorization header. API keys use the vit_apk_ prefix, access tokens use the vit_at_ prefix.
Headers
Query parameters
Items per page (default: 20, max: 100)
Page number (default: 1)
Case-insensitive search across member name, email, and phone number; exact match on member id (prefixed or raw uuid)
Response headers
Unix timestamp (seconds) when the rate limit window resets
Response
Page metadata. Request the next page by incrementing page.

