POST
/
api
/
user
/
activate-by-third-party-activation-code
Activate user by third party activation code
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\" }`"

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

OK

The response is of type object.