v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0144101120.9 KB
Permissions

Bulk index memberships for a group

Replaces the memberships for a group in a datasource using paginated batch API calls. Please refer to the bulk indexing documentation for an explanation of how to use bulk endpoints.

post/api/index/v1/bulkindexmemberships

Request body

uploadIdstring required

Unique id that must be used for this instance of datasource group memberships upload

isFirstPageboolean

true if this is the first page of the upload. Defaults to false

isLastPageboolean

true if this is the last page of the upload. Defaults to false

forceRestartUploadboolean

Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true

datasourcestring required

datasource of the memberships

groupstring

group who's memberships are specified

Response

OK