Last Updated: Dec 11, 2024
Overview
How to export all users from the POST /api/v2/jobs/users-exports endpoint.
Applies To
- Endpoint
- User Exports
Solution
Omit the “limit” parameter and all users will be exported. Below is an example of what to include in the body:
{
"connection_id": "<your-connection-id>",
"format": "csv"
}
This will export all users and all fields.