Create a team
Create a Sigma team.
### Usage notes
- Specify members to add to the team by userId or memberId.
- Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
name
description
members
Specify memberIds
createTeamFolder
visibility
Whether to make a public or private team. Defaults to private.
Allowed values:
Response
The response body.
teamId
createdBy
updatedBy
createdAt
updatedAt
name
description
visibility
members
workspaceId
isArchived

