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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Describes the request body for the /bulkindexmemberships API call
Unique id that must be used for this instance of datasource group memberships upload
datasource of the memberships
batch of memberships for the group
describes the membership row of a group in the bulk uploaded. Only one of memberUserId and memberGroupName can be specified.
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
group who's memberships are specified
Response
OK
Was this page helpful?