Share via

Calling business number with Graph API CALL

Meynet Florian 0 Reputation points
2024-05-13T05:28:21.9466667+00:00

Hello,

I'm trying to use the graph api to call the Business number associate with the Azure account of a user.

Did someone know if there is a possible of doing this because i read the ms doc and i found no info...

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,456 Reputation points
    2024-05-13T06:38:14.2266667+00:00

    Hi @Meynet Florian

    You could try calling the /users endpoint and use the $select query parameter to return the businessPhones property.

    https://graph.microsoft.com/v1.0/users/{user_id}?$select=businessPhones
    

    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.

    Was this answer helpful?


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.