Usage
teams team get [options]
Description
Retrieve information about the specified Microsoft Team
Options
| Option |
Description |
-i, --id [id] |
The ID of the Microsoft Teams team to retrieve information for. Specify either teamId or teamName but not both |
-n, --name [name] |
The display name of the Microsoft Teams team to retrieve information for. Specify either teamId or teamName but not both |
Additional Information
We currently have an alias for teams team get which uses the o365group get command, however this uses the /v1.0/groups endpoint in its implementation which returns information about the underlying Microsoft 365 group, however we can now return Microsoft Teams specific information using the v1.0/teams endpoint which this new command should use.
Get team - https://docs.microsoft.com/en-us/graph/api/team-get?view=graph-rest-1.0&tabs=http
Usage
teams team get [options]Description
Retrieve information about the specified Microsoft TeamOptions
-i, --id [id]-n, --name [name]Additional Information
We currently have an alias for
teams team getwhich uses theo365group getcommand, however this uses the/v1.0/groupsendpoint in its implementation which returns information about the underlying Microsoft 365 group, however we can now return Microsoft Teams specific information using thev1.0/teamsendpoint which this new command should use.Get team - https://docs.microsoft.com/en-us/graph/api/team-get?view=graph-rest-1.0&tabs=http