Hello @Tony Bates , besides selected apps such as Workforce and SuccessFactors, Entra ID/Azure AD supports API-driven inbound provisioning, currently in public preview. This is an alternative to the standard MS Graph user operations and is designed to handle a different enterprise identity integration scenario shaped by three unique requirements:
- Ability to asynchronously process records in bulk (for example, processing 50K+ records)
- Ability to include any identity attribute in the payload (for example, costCenter, pay grade, badgeId)
- Support API clients unaware of operation semantics. These clients are non-SCIM API clients that only have access to raw source data (for example, records in CSV file, SQL table or HR records). These clients don't have the processing capability to read each record and determine the operation semantics of
Create/Update/Delete
on the identity store.
For more information take a look to Frequently asked questions about API-driven inbound provisioning (Public preview).
Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.