You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msteams-platform/bots/how-to/get-teams-context.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Get Teams specific context for your bot, fetch user profile, get si
4
4
ms.topic: conceptual
5
5
ms.localizationpriority: high
6
6
ms.owner: angovil
7
-
ms.date: 04/06/2026
7
+
ms.date: 04/09/2026
8
8
---
9
9
# Get Teams specific context for your bot
10
10
@@ -14,7 +14,7 @@ A bot can access additional context data about a team or chat where it's install
14
14
15
15
Your bot can query for the list of members and their basic user profiles, including Teams user IDs and Microsoft Entra information, such as name and objectId. You can use this information to correlate user identities. For example, to check whether a user logged into a tab through Microsoft Entra credentials is a member of the team.
16
16
17
-
The following sample code is used for fetching the roster:
17
+
The following sample code is used to fetch the roster:
0 commit comments