Find people by name within domain in outlook API

Mansi Gusain 495 Reputation points
2025-02-18T12:21:11.8433333+00:00

Hi, I wanted to have an API using which I can access the members in outlook.

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,376 Reputation points
    2025-02-19T02:19:11.8733333+00:00

    Hi @Mansi Gusain

    You can try calling the /users endpoint to find user information.

    GET https://graph.microsoft.com/v1.0/users?$filter=userPrincipalName eq '{UPN}'
    

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


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.