I need to find which principal has modified or created a given principal.
We can have the list of modified principals using the Microsoft Graph Api:
https://graph.microsoft.com/beta/servicePrincipals/delta
I want to find the creator of this modification/creation for each modified principal
Thank you in advance for your help