teams.getTeam returns one joined Microsoft Team.
Example
automations/teams-get-team.automation.ts
Inputs
Pass{ team: "Engineering" }. The optional second argument { account } selects a Microsoft binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns one joined Microsoft Team.
teams.getTeam returns one joined Microsoft Team.
import { automation } from "automate.ax"
import { teams } from "automate.ax/teams"
export default automation("Get team", () => {
teams.getTeam({ team: "Engineering" })
})
{ team: "Engineering" }. The optional second argument { account } selects a Microsoft binding.