Reputation: 491
I have an app that is published to the Microsoft Store, which contains the following in its app manifest file,
"configurableProperties": [ "name", "smallImageUrl", "largeImageUrl", "shortDescription", "longDescription", "accentColor", "developerUrl" ]
As an admin I want to change the "developerUrl" property via the https://admin.teams.microsoft.com/ portal. Having set this value, is it possible to retrieve it using the Microsoft Graph API? I ask as when retrieving information on the app from the Graph API, I can see information from the manifest within the "teamsAppDefinition" (https://learn.microsoft.com/en-us/graph/api/resources/teamsappdefinition?view=graph-rest-1.0) property but cannot see any reference to the "developerUrl" field or any other url field in here.
Upvotes: 0
Views: 27