Api management

Gaurav Jha 21 Reputation points
2022-09-07T08:20:08.45+00:00

Can we get the user identity in api management when out api end point is anonymous. Without creating subscriptions? Please guide me.
I am Deploying my api in Azure Function app.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,436 Reputation points Moderator
    2022-09-08T16:13:09.803+00:00

    Hi @Gaurav Jha Thanks for reaching out. If there is no subscription key, the request will be considered anonymous. you can see the user id for the Anonymous users under analytics blade
    we do have a rest api call https://learn.microsoft.com/en-us/rest/api/apimanagement/current-ga/user/list-by-service?tabs=HTTP which lists all the user id but it doesn't give any information reg anonymous users.
    239186-image.png

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

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


Your answer

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