Bulk index groups
Replaces the groups in a datasource using paginated batch API calls. Please refer to the bulk indexing documentation for an explanation of how to use bulk endpoints.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Describes the request body for the /bulkindexgroups API call
Unique id that must be used for this instance of datasource groups upload
datasource of the groups
batch of groups for the datasource
describes a group in the datasource
true if this is the first page of the upload. Defaults to false
true if this is the last page of the upload. Defaults to false
Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true
True if older group data needs to be force deleted after the upload completes. Defaults to older data being deleted only if the percentage of data being deleted is less than a reasonable threshold. This must only be set when isLastPage = true
Response
OK