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>"
}
Convert current evaluation user account to regular account.
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>"
}
OK
The response is of type object
.