Create a team
Creates a team in the database.
Authorization
apiKeyAuth x-api-key<token>
Use your SurveyTale x-api-key to authenticate.
In: header
Path Parameters
organizationId*string
The ID of the organization
Match
^[0-9a-z]+$Format
cuid2Request Body
application/json
The team to create
TypeScript Definitions
Use the request body type in TypeScript.
name*string
The name of the team
Response Body
application/json