This indicates there is nothing to really do that in Graph even though its a bit older:
I have 1000 Entra ID apps registered, how can I list only those apps that have 'provisioning on demand' enabled?
I have thousands of Entra ID apps registered,
How can I list only those apps that have 'provisioning on demand' enabled?
Any approach using an Export or Powershell or Graph are welcome.
Thanks
Duncan
2 answers
Sort by: Most helpful
-
-
Givary-MSFT 32,586 Reputation points Microsoft Employee
2024-04-02T08:12:33.6833333+00:00 @Duncan de Waal As Andy mentioned above, we don't have any filter to find which applications have a provisioning configured on this, reference QnA - https://learn.microsoft.com/en-us/answers/questions/600629/how-to-list-azure-ad-enterprise-applications-with
Also, provisioning on demand is a post request to the application from the service principal.
For reference you can review this - https://learn.microsoft.com/en-us/graph/api/resources/synchronization-overview?view=graph-rest-1.0 which has the list of operations which are associated with synchronization api.
If the above details doesn't meet your requirement, you can post the feedback on feedback.azure.com with business justification on feature request so that our team review your ask and add it as a feature request.
Let me know if you have any further questions, feel free to post back.