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.
OK
Bad Request
Not Authorized
Conflict
{- "uploadId": "string",
- "isFirstPage": true,
- "isLastPage": true,
- "forceRestartUpload": true,
- "datasource": "string",
- "group": "string",
- "memberships": [
- {
- "memberUserId": "string",
- "memberGroupName": "string"
}
]
}