I am using https://docs.microsoft.com/en-us/graph/api/user-list-ownedobjects?view=graph-rest-beta&tabs=cs
- Azure AD: user-A owns group-A
- Azure AD: user-A owns application-A
- the user-list-ownedobjects returns group-A
- the user-list-ownedobjects does not return application-A
Is this the expected behaviour? Am I missing something... If so, is there a query to get the application owned by user-A?
Regards, Florian
v1.0, just use thebetaversion instead ofv1.0, it will work. sample :GET https://graph.microsoft.com/beta/{id | userPrincipalName}/ownedObjects. - Joy Wang-MSFThttps://graph.windows.net- Rohit Saigal