cURL
curl --request POST \ --url https://app.formbricks.com/api/v2/organizations/{organizationId}/project-teams \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "teamId": "<string>", "projectId": "<string>", "permission": "read" }'
{ "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z", "projectId": "<string>", "teamId": "<string>", "permission": "read" }
Creates a project team in the database.
Use your Formbricks x-api-key to authenticate.
The ID of the organization
The project team to create
The body is of type object.
object
Project team created successfully.
The response is of type object.
Was this page helpful?