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: pages/toolkits/social-communication/microsoft_teams.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Searches for users in the Microsoft Teams tenant.
130
130
**Parameters**
131
131
132
132
-**keywords** (`array[string]`, required) The keywords to match against users' names.
133
-
-**match_type** (`Enum`[PartialMatchType](/toolkits/social-communication/microsoftteams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
133
+
-**match_type** (`Enum`[PartialMatchType](/toolkits/social-communication/microsoft_teams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
134
134
-**limit** (`integer`, optional) The maximum number of users to return. Defaults to 50, max is 999.
135
135
-**offset** (`integer`, optional) The offset to start from.
136
136
@@ -203,7 +203,7 @@ Searches for channels in a given Microsoft Teams team.
203
203
**Parameters**
204
204
205
205
-**keywords** (`array[string]`, required) The keywords to search for in channel names.
206
-
-**match_type** (`Enum`[MatchType](/toolkits/social-communication/microsoftteams/reference#MatchType), optional) The type of match to use for the search. Defaults to 'partial_match_all_keywords'.
206
+
-**match_type** (`Enum`[MatchType](/toolkits/social-communication/microsoft_teams/reference#MatchType), optional) The type of match to use for the search. Defaults to 'partial_match_all_keywords'.
207
207
-**limit** (`integer`, optional) The maximum number of channels to return. Defaults to 50. Max of 100.
208
208
-**offset** (`integer`, optional) The offset to start from.
209
209
-**team_id_or_name** (`string`, optional) The ID or name of the team to search the channels of (optional). If not provided: in case the user is a member of a single team, the tool will use it; otherwise an error will be returned with a list of all teams to pick from.
@@ -326,7 +326,7 @@ Lists the teams the current user is associated with in Microsoft Teams.
326
326
327
327
**Parameters**
328
328
329
-
-**membership_type** (`Enum`[TeamMembershipType](/toolkits/social-communication/microsoftteams/reference#TeamMembershipType), optional) The type of membership to filter by. Defaults to 'direct_member_of_the_team'.
329
+
-**membership_type** (`Enum`[TeamMembershipType](/toolkits/social-communication/microsoft_teams/reference#TeamMembershipType), optional) The type of membership to filter by. Defaults to 'direct_member_of_the_team'.
330
330
331
331
332
332
## MicrosoftTeams.SearchTeams
@@ -620,7 +620,7 @@ Searches for people the user has interacted with in Microsoft Teams and other 36
620
620
**Parameters**
621
621
622
622
-**keywords** (`array[string]`, required) The keywords to match against people's names. Provide one or more expressions.
623
-
-**match_type** (`Enum`[PartialMatchType](/toolkits/social-communication/microsoftteams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
623
+
-**match_type** (`Enum`[PartialMatchType](/toolkits/social-communication/microsoft_teams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
624
624
-**limit** (`integer`, optional) The maximum number of people to return. Defaults to 50, max is 100.
625
625
-**next_page_token** (`string`, optional) The next page token to use for pagination.
0 commit comments