Remove Entitlements When Disabling Accounts

When you disable accounts via provisioning, you can remove any associated entitlements at the same time.

To configure the connector to remove entitlements from accounts you disable, add the following to your provisioning plan:

Copy
<ProvisioningPlan>
    <AccountRequest op="Disable">
        <AttributeRequest name="Entitlement_Name" op="Remove" value="Entitlement_Value">
        </AttributeRequest>
        <AttributeRequest name="Entitlement_Name" op="Remove" 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 remove more entitlements.