- DarkLight
Additional Group Assigned with Overlapping Users
- DarkLight
When Additional Group or Group 2 is assigned to the Entra SCIM App, and some of its members already belong to other Group (which is also assigned to the same app), Entra performs a set of operations to ensure both group associations are accurately reflected in Campaign Manager. 
Entra sends a filtered
GET /Usersrequest to identify whether the users in Group 2 already exist in Campaign Manager.Entra sends a filtered
GET /Groupsrequest to retrieve Group 2 and verify it is already set up in Campaign Manager.Entra sends a
POST /Groupsrequest to create Group 2. The request is skipped since Group2 already exists in Campaign Manager, and a success response is returned.Entra sends a
PATCH /Groups/{Group2}request to assign users to Group 2.{ "op": "Add", "path": "members", "value": [{ "value": "<userEmail>" }] }Campaign Manager updates each user’s Roles field to append Group 2 alongside any existing roles (such as,
"Group1, Group2").