Delegated-Applications
Number of APIs: 6
-
Create an application POST https://graph.microsoft.com/v1.0/applications
-
Get applications GET https://graph.microsoft.com/v1.0/applications
-
Get application GET https://graph.microsoft.com/v1.0/applications/{{ApplicationId}}
-
Get application owners GET https://graph.microsoft.com/v1.0/applications/{{ApplicationId}}/owners
-
Update application PATCH https://graph.microsoft.com/v1.0/applications/{{ApplicationId}}
-
Delete application DELETE https://graph.microsoft.com/beta/applications/{{ApplicationId}}