Is it possible to get the IP addresses of all the users in a Teams meeting?

Leo Messi 20 Reputation points
2023-10-11T22:53:09.8866667+00:00

I am building a Teams bot app and to support one of the functions of the app, I need to check the IP addresses of the users in that meeting. So, I was wondering does Microsoft provide a way to get these IP addresses of the users in a Teams meeting?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 56,681 Reputation points
    2023-10-12T03:48:09.9066667+00:00

    Hi Leo,

    From an API perspective (which it looks like you are trying to use) I do not think there is a Teams API that will return the user's IP address.

    As you can see List Participants does not report this back:

    List participants

    https://learn.microsoft.com/en-us/graph/api/call-list-participants?view=graph-rest-1.0&tabs=http

    You can try suggesting this feautre:

    https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472

    0 comments No comments