How to get the users created by me in an Azure APIM Instance using REST API?

krishna572 881 Reputation points
2022-07-12T14:37:46.07+00:00

I have found a Microsoft documentation for getting the user details based on user id i.e.,

https://learn.microsoft.com/en-us/rest/api/apimanagement/current-ga/user/get

and the another documentation of listing users based on service (apim) with filters:

https://learn.microsoft.com/en-us/rest/api/apimanagement/current-ga/user/list-by-service

In the filters, there are parameters like first name, last name, name, email, state, note, group

but created by parameter is not available.

The scenario is:

If there are plenty of users created in APIM instance, I want to know that number of users created by me through REST API!
Is this possible?

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

Accepted answer
  1. JananiRamesh-MSFT 29,211 Reputation points
    2022-07-12T17:14:57.02+00:00

    @NFSCoder-9821 Thanks for reaching out. We don't have a Rest Api call to fetch the users based on created by parameter. I believe this information is not logged as the users can be either created from the portal or the users will be added automatically under users blade when they try to signup in the developer portal.

    You can also leave your feedback on our APIM feedback page https://aka.ms/apimwish so that other users who are in need to similar feature can upvote it and PG can take it forward.

    please let me know incase of further queries, I would be happy to assist you.

    To benefit the community find the right answers, please do mark the post which was helpful by clicking on Accept Answer’ & ‘Up-Vote’.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.