Replaces the users in a datasource using paginated batch API calls. Please refer to the bulk indexing documentation for an explanation of how to use bulk endpoints.
OK
Bad Request
Not Authorized
Conflict
{- "uploadId": "string",
- "isFirstPage": true,
- "isLastPage": true,
- "forceRestartUpload": true,
- "datasource": "string",
- "users": [
- {
- "email": "string",
- "userId": "string",
- "name": "string",
- "isActive": true
}
], - "disableStaleDataDeletionCheck": true
}