AD Distrubution Group Add/ REmove JSON
{ "call": [ { "name": "DirectoryRole", "connection": "userAuth", "url": "https://graph.microsoft.com/v1.0/directoryRoles/${entitlementValue.entitlementID}/members/${account.accountID}/\\$ref", "httpMethod": "DELETE", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/json", "successResponses": { "statusCode": [ 200, 201, 204, 205 ] } }, { "name": "AADGroup", "connection": "${entitlementValue.customproperty11 != null && entitlementValue.customp...