Create Professional Tier user

Create Professional Tier user

post

Create a new user for the Professional Plan and a new project. Note that the Professional plan will not be enabled until the payment is successful. This API is internal (it requires some signed fields), sign up at https://studio.edgeimpulse.com/signup instead.

Body
all ofOptional
Responses
200
OK
application/json
Responseall of
post
POST /v1/api-create-pro-user HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 488

{
  "name": "Jan Jongboom",
  "username": "janjongboom",
  "email": "[email protected]",
  "password": "text",
  "projectName": "text",
  "privacyPolicy": true,
  "activationToken": "text",
  "identityProvider": "text",
  "jobTitle": "text",
  "sessionId": "text",
  "companyName": "text",
  "utmParams": [
    {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  ],
  "ignoreEmailValidation": true,
  "turnstileResponse": "text",
  "redirectUrlOrigin": "https://studio.edgeimpulse.com",
  "redirectUrlQueryParams": "utm_source=google&utm_medium=cpc&utm_campaign=trial"
}
200

OK

{
  "success": true,
  "error": "text",
  "redirectUrl": "text",
  "id": 1
}

Last updated

Was this helpful?