get_dataverse_team
Retrieve detailed team information including properties, administrators, business unit associations, and configuration settings to inspect team definitions and understand organizational structure.
Instructions
Retrieves detailed information about a specific team including its properties, administrator, business unit association, and configuration settings. Use this to inspect team definitions and understand team structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | ID of the team to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "ID of the team to retrieve",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}