Has anyone create/update Entitlements in AD/AAD using IIQ REST API

We are planning to provide entitlement/group management API collection to enterprise application teams to perform CRUD operations on AD/AAD entitlements. I looked at SCIM API and it is not supporting the group management with IIQ 8.0. Can you suggest an optimal way to achieve this.

The SCIM API does allow you to launch a Workflow using the POST /LaunchedWorkflows endpoint and pass in a ProvisioningPlan in JSON format. So, you could launch the LCM Provisioning WF and pass in a “plan” to create/update an Account Group object. Of course, your connector must support the creation/update of Group objects (entitlements) and you will also need to have the corresponding Provisioning Policies defined.