Additional Group Assigned with Overlapping Users
    • Dark
      Light

    Additional Group Assigned with Overlapping Users

    • Dark
      Light

    Article summary

    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 /Users request to identify whether the users in Group 2 already exist in Campaign Manager.

    • Entra sends a filtered GET /Groups request to retrieve Group 2 and verify it is already set up in Campaign Manager.

    • Entra sends a POST /Groups request 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").


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.