Update a team
Updates a team in the database.
Authorization
apiKeyAuth x-api-key<token>
Use your SurveyTale x-api-key to authenticate.
In: header
Path Parameters
id*string
The ID of the team
Match
^[0-9a-z]+$Format
cuid2organizationId*string
The ID of the organization
Match
^[0-9a-z]+$Format
cuid2Request Body
application/json
The team to update
TypeScript Definitions
Use the request body type in TypeScript.
name*string
The name of the team
Response Body
application/json
Update a response
Updates a response in the database. This will trigger the response pipeline, including webhooks, integrations, follow-up emails (if the response is marked as finished), and other configured actions.
Update a user
Updates an existing user in the database.<br />Only available for self-hosted SurveyTale.