Group Assigned to Entra App
    • Dark
      Light

    Group Assigned to Entra App

    • Dark
      Light

    Article summary

    This procedure outlines how the system handles user provisioning and role assignment when a group is assigned to the Entra SCIM application. When a group is assigned to the Entra SCIM App:

    • Entra triggers a POST /Users request for each user in the group. This results in the creation of the user in Campaign Manager with a placeholder role, as the group membership is not yet reflected.

    • Entra follows up with a PATCH /Groups/{id} request using:

      {
        "op": "Add",
        "path": "members",
        "value": [{ "value": "<userEmail>" }]
      }
    • After receiving the group membership update, Campaign Manager replaces the placeholder role with the actual group name, which becomes the user’s assigned role in Campaign Manager.


    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.