Retrieve "configurableProperties" value once set by the admin in an organisation for an app in Teams? - Stack

admin2025-04-15  4

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 / 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" (.0) property but cannot see any reference to the "developerUrl" field or any other url field in here.

转载请注明原文地址:http://www.anycun.com/QandA/1744713559a86590.html