What to Set the `Limit` Value to Export All Users

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.

Recommended content

No recommended content found...