POST
/
api-create-pro-user
Create Professional Tier user
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api-create-pro-user \
  --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>",
  "redirectUrlOrigin": "https://studio.edgeimpulse.com",
  "redirectUrlQueryParams": "utm_source=google&utm_medium=cpc&utm_campaign=trial"
}'
{
  "success": true,
  "error": "<string>",
  "redirectUrl": "<string>",
  "id": 123
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.