I want to find the owners of the app id using Graph Api. But when I am in microsoft tenant it does not give me owners for Ame Tenant. How can I achieve this.

Prachi Sharma 0 Reputation points Microsoft Employee
2024-05-10T19:45:56.0166667+00:00

I am using

https://graph.microsoft.com/v1.0/applications(appId='9a3a7c13-5ed7-4dd4-beeb-d5b2f4fe4a7e')/owners?$select=mail,displayName

To get the owners of this app id. The app id mentioned above lives inside Ame tenant, how can the get the owners in such case.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,824 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. awijekoon 1,260 Reputation points Microsoft Vendor
    2024-05-11T18:02:51.97+00:00

    Hi Prachi,

    I used the below GET api from the docs to list owners and it worked fine for me. Did you give it a try? or are you getting any error response ?

    https://graph.microsoft.com/v1.0/applications/{id}/owners