curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/activate-by-third-party-activation-code \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"activationCode": "<string>",
"password": "<string>",
"name": "Jan Jongboom",
"username": "janjongboom",
"privacyPolicy": true
}'
"`{ \"success\": true, \"token\": \"A372jdhe.ad3r4gfrg\" }`"
Activate a user that was created by a third party. This function is only available through a JWT token.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/activate-by-third-party-activation-code \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"activationCode": "<string>",
"password": "<string>",
"name": "Jan Jongboom",
"username": "janjongboom",
"privacyPolicy": true
}'
"`{ \"success\": true, \"token\": \"A372jdhe.ad3r4gfrg\" }`"
OK
The response is of type object
.