Create a projectTeam
Creates a project 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 project team to create
The ID of the team
The ID of the project
Level of access granted to the project
Available options:
read
, readWrite
, manage
Response
201 - application/json
Project team created successfully.
The date and time the project tem was created
Example:
"2021-01-01T00:00:00.000Z"
The date and time the project team was last updated
Example:
"2021-01-01T00:00:00.000Z"
The ID of the project
The ID of the team
Level of access granted to the project
Available options:
read
, readWrite
, manage
Was this page helpful?