POST
/
api-user-create
Create user
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api-user-create \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Jan Jongboom",
  "username": "janjongboom",
  "email": "jan@edgeimpulse.com",
  "password": "<string>",
  "projectName": "<string>",
  "privacyPolicy": true,
  "activationToken": "<string>",
  "identityProvider": "<string>",
  "jobTitle": "<string>",
  "sessionId": "<string>",
  "companyName": "<string>",
  "utmParams": [
    {}
  ],
  "ignoreEmailValidation": true,
  "turnstileResponse": "<string>"
}'
{
  "success": true,
  "error": "<string>",
  "redirectUrl": "<string>",
  "id": 123
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.