Create a team
Creates a team in the database.
POST
Authorizations
Use your Formbricks x-api-key to authenticate.
Path Parameters
The ID of the organization
Body
application/json
The team to create
The name of the team
Example:
"My team"
Response
201 - application/json
Team created successfully.
The ID of the team
The date and time the team was created
Example:
"2021-01-01T00:00:00.000Z"
The date and time the team was last updated
Example:
"2021-01-01T00:00:00.000Z"
The name of the team
Example:
"My team"
The ID of the organization
Was this page helpful?