Create a team
Organizations API - Teams
Create a team
Creates a team in the database.
POST
Create a team
Documentation Index
Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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