I noticed when a user has access revoked through a campaign, it will group the SDIM access request (ServiceNow in my case) by user and source. So if a reviewer revokes 5 entitlements from a user in a single source, it comes over in a single SDIM request.
Currently, you cannot do this using the create-access-request API because it only supports revoking a single entitlement per user at a time, so we have to submit 5 different requests for this.
Is there any method of using the API that might group these requests together so they get sent as a single request to the SDIM system?a