Usage
teams tab get [options]
Description
Gets information about the specified Microsoft Teams tab
Options
| Option |
Description |
-i, --teamId [teamId] |
The ID of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both |
--teamName [teamName] |
The display name of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both |
-c, --channelId [channelId] |
The ID of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both |
--channelName [channelName] |
The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both |
-t, --tabId [tabId] |
The ID of the Microsoft Teams tab. Specify either tabId or tabName but not both |
-t, --tabName [tabName] |
The display name of the Microsoft Teams tab. Specify either tabId or tabName but not both |
Additional Information
GET https://graph.microsoft.com/v1.0/teams/7db85d59-5b57-4cb7-9aff-f76da9dbadb5/channels/19:[email protected]/tabs/d1491273-afbf-4034-ad29-6f5afea7121a
When using --teamName option it is possible that multiple Teams can be returned, in this scenario, we should return an error with the list of matching items and their IDs to disambiguate.
Raised from #1722
Usage
teams tab get [options]Description
Gets information about the specified Microsoft Teams tabOptions
-i, --teamId [teamId]teamIdorteamNamebut not both--teamName [teamName]teamIdorteamNamebut not both-c, --channelId [channelId]channelIdorchannelNamebut not both--channelName [channelName]channelIdorchannelNamebut not both-t, --tabId [tabId]tabIdortabNamebut not both-t, --tabName [tabName]tabIdortabNamebut not bothAdditional Information
GET https://graph.microsoft.com/v1.0/teams/7db85d59-5b57-4cb7-9aff-f76da9dbadb5/channels/19:[email protected]/tabs/d1491273-afbf-4034-ad29-6f5afea7121aWhen using
--teamNameoption it is possible that multiple Teams can be returned, in this scenario, we should return an error with the list of matching items and their IDs to disambiguate.Raised from #1722