Forum Discussion
SeleneSuau
May 21, 2025Iron Contributor
Review page deeplink
Has anyone figured out how to create a deeplink to the review page in Teams Store?
- May 23, 2025
Hi SeleneSuau -
To create a deeplink to the review page in the Microsoft Teams Store, you’ll need to use the app’s Store ID and construct a URL that points directly to the app’s listing, where users can leave a review.
Here's how to do it:
- Find your app’s Store ID:
- This is typically a GUID (e.g., fxxxxxxx-0xxx-4xxx-8xxx-cxxxxxxxxxxx) assigned when your app is published to the Teams Store.
- You can find it in your app manifest or from the Teams admin center.
- Use the following URL format:https://teams.microsoft.com/l/app/<your-app-id>?source=store&tab=overview
- Replace <your-app-id> with your actual Store ID.
- The tab=overview parameter ensures the user lands on the app’s main page, where the review section is accessible.
- Optional: If you want to direct users specifically to the review section, there is currently no official parameter that jumps directly to the review input form.
Example:
If your app ID is 12345678-90ab-cdef-1234-567890abcdef, your deeplink would be:
https://teams.microsoft.com/l/app/12345678-90ab-cdef-1234-567890abcdef?source=store&tab=overview
For more technical details and variations (like opening install dialogs or navigating to tabs), Microsoft provides a comprehensive guide on deep links
.
- Find your app’s Store ID:
JillArmourMicrosoft
Community Manager
May 23, 2025justinroyal FYI