POST
/
processallmemberships
curl --request POST \
  --url https://{domain}-be.glean.com/api/index/v1/processallmemberships \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "datasource": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Describes the request body of the /processallmemberships API call

datasource
string

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

Response

200
_mintlify/placeholder

OK