v1
latestOpenAPI 3.1.02026-07-261770816.7 KBList user emails
User emails are the email addresses attached to a Greenhouse user. A user can hold multiple addresses — typically one work email plus aliases or historical addresses — but only one is the primary, which Greenhouse uses for sign-in and notifications and is exposed as primary_email on the /v3/users resource. Use this endpoint to resolve a list of addresses back to users (e.g. matching candidate-attributed emails to interviewer calendars), or to audit which secondary aliases are verified. The primary email itself cannot be switched through Harvest; use POST /v3/user_emails to add secondaries.
Query parameters
Cursor link for pagination from previous page response header. Do not use any other parameters when using this.
Number of results per page
Comma separated list
Comma separated list
Comma separated list of fields to return
Return only user emails matching one of these addresses. Comma separated, case-insensitive exact match; useful for resolving a list of candidate-attributed emails back to Greenhouse users.
Return only verified (true) or unverified (false) user emails. Omit to include both.
Filter by when the verification email was last sent. Pass any combination of gte, lte, gt, lt as ISO-8601 date-times (e.g. verification_token_sent_at[gte]=2026-01-01T00:00:00Z). Only matches rows that have an outstanding verification.
Response
Successful