List employees
REST API
List employees
Returns employees for the API key company. The response is sorted by firstName, lastName, and id, and capped at 1000 employees.
Required API key scope: read.
GET
List employees
Authorizations
Public API key generated in the YoLead UI.
Unix timestamp in milliseconds. Requests must be signed within a 5-minute window.
Hex HMAC-SHA256 signature over <timestamp>.<raw_body> using the API secret.
Response
Employees list.