dataverse_list_teams
List teams from a Microsoft Dataverse environment with optional OData filtering, returning key team details such as team ID, name, and team type.
Instructions
List teams in the Dataverse environment.
Returns teamid, name, teamtype, businessunitid, and modifiedon. Use filter to narrow results (e.g., "teamtype eq 0" for owner teams). Use dataverse_get_team for full details on a specific team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |