Does azure graph api support user resolving?

ron ap 26 Reputation points
2022-05-10T09:06:34.677+00:00

I am testing Azure AD graph api-users, and I'm interested about a specific capability that I couldn't find. I want to be able to attach to the request 100 id's/userPrincipalNames and get back an array of the user objects of these id's/userPrincipalNames(just like /users/{id} API,but for many ids), Is there an API of AZURE AD GRAPH API that can do it?

I was able to make a workaround, by using the GET /users API with query parameters(filter/search) but I didn't find it to be the best solution because the URL can't be too long(I had to put 100 ids to the search parameter).

Thanks

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2022-05-10T09:18:35.607+00:00

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.