Schedules the processing of group memberships

Schedules the immediate processing of all group memberships uploaded through the indexing API. By default the uploaded group memberships will be processed asynchronously but this API can be used to schedule processing of all memberships on demand.

SecurityBearerAuth
Request
Request Body schema: application/json
datasource
string

If provided, process group memberships only for this custom datasource. Otherwise all uploaded memberships are processed.

Responses
200

OK

400

Bad Request

401

Not Authorized

post/processallmemberships
Request samples
application/json
{
  • "datasource": "string"
}