Create a new Teams instance.
Function for making API requests
Create a new team.
The team configuration
Promise with the created team
Get details of a specific team.
The team ID to get
Optional
options: GetTeamOptions<C>Optional parameters for filtering returned fields
Promise with the team information
List all teams in an organization.
The organization ID to list teams for
Optional
options: ListTeamsOptions<C>Optional parameters for filtering and pagination
Promise with the list of teams
Class providing methods for working with Make teams. Teams are workspaces for organizing scenarios, users, and resources within an organization. Each user can be a member of multiple teams and have different roles in each.