Add Entitlements When Enabling Accounts

When you enable accounts via provisioning, you can associate entitlements with it at the same time.

To configure the connector to add entitlements to accounts you enable, add the following to your provisioning plan:

Copy
<ProvisioningPlan>
    <AccountRequest op="Enable">
        <AttributeRequest name="<Entitlement_Name>" op="Add" value="<Entitlement_Value>">
        </AttributeRequest>
        <AttributeRequest name="<Entitlement_Name>" op="Add" value="<Entitlement_Value>">
        </AttributeRequest>
    </AccountRequest>
</ProvisioningPlan>

Note
In the provisioning plan entry, substitute the attribute's name where the example says <Entitlement_Name> and the desired value for <Entitlement_Value>. Add additional AttributeRequest entries to add more entitlements.