How to get notified (notification to admin) when a new user signs up to APIM Portal

Rajni Singh 20 Reputation points
2023-03-17T09:24:49.4266667+00:00

Hello,

We have shared Azure APIM portal with external users. We ask them to sign up, Once the user signs up we add them to specific user group so that they can see the respective APIs.

But at the moment we don't get notification when the user activates their account on APIM portal. Is there a way we can enable email notification to the APIM admin whenever any new user signs up?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,115 questions
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,316 Reputation points
    2023-03-17T17:25:11.65+00:00

    Rajni Singh Thank you for posting your question in Microsoft Q&A. Currently, there is no notification specifically for user sign ups and only available for New Subscriptions or Subscriptions Requests (requires approval) for products etc. Refer Configure notifications in the portal for more info about the existing notifications. You can submit your feedback/idea via https://aka.ms/apimwish directly with our product team and others with similar interests can upvote it too.

    However, you can integrate APIM with Event Grid, and send events such as Microsoft.ApiManagement.UserCreated to an endpoint which can processes the data and send notifications to the users. Check out Send events from API Management to Event Grid doc and Azure API Management as an Event Grid source which describes about sending the events. The endpoint can be like Azure Logic Apps, Functions or any webhook endpoint.

    I hope this helps with your question and let me know if any questions.


    If you found the answer to your question helpful, please take a moment to mark it as "Yes" for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.