Microsoft Teams - Get team action

The Get team action gets full details for a team in Microsoft Teams.

Input

Input fieldDescription
Team name (or team ID)Enter the team name or ID. Only teams you're a member of are options. You can retrieve the team ID from the List teams action output.

Output

Output fieldDescription
@odata.contextThe metadata URL property in the OData JSON response. It describes the structure, type, and location of the returned data.
Team IDThe team unique identifier.
Created dateThe date the team was created.
Display nameThe team name.
DescriptionThe team description.
Internal IDThe Office 365 Group unique identifier (a GUID). Backend actions, such as those using the Microsoft Graph API, require this unique identifier.
Web URLThe direct link to the team.
Is archivedA boolean response (true or false) that indicates if the team is archived.
Is membership limited to ownersA boolean response (true or false) that indicates if the team membership is restricted to team owners.

Last updated: