question

ronap-1812 avatar image
0 Votes"
ronap-1812 asked saldana-msft edited

Does azure graph api support user resolving?

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-graph-sdkmicrosoft-graph-users
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

michev avatar image
0 Votes"
michev answered ronap-1812 commented

image.png (77.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks alot!
I think it will fit.

0 Votes 0 ·