POST
/
api
/
user
/
convert
Convert current evaluation user
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/user/convert \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "Jan Jongboom",
  "username": "janjongboom",
  "email": "jan@edgeimpulse.com",
  "password": "<string>",
  "projectName": "<string>",
  "privacyPolicy": true,
  "turnstileResponse": "<string>"
}'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

OK

The response is of type object.