Create a user
Create a new user in the database.<br />Only available for self-hosted SurveyTale.
Authorization
apiKeyAuth x-api-key<token>
Use your SurveyTale x-api-key to authenticate.
In: header
Path Parameters
organizationId*string
The ID of the organization
Match
^[0-9a-z]+$Format
cuid2Request Body
application/json
The user to create
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json