@Surya Teja , Thank you for reaching out. Unfortunately, as of now, there are no exposed APIs to fetch the Team members Display Pic/Profile pic participating in a meeting using an API. The only list of available APIs can be found here: https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
In case you want to fetch the Profile Pic of any user using Graph API, you would have to use the following Graph API only: https://learn.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0
I believe the steps that you can take are:
- Get the list of all the users participating in a Teams meeting
- Once we get the names of the users, you can use the Get Photos graph APIs and get there Profile picture.
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.