Activate User By Third Party Activation Code
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-jwt-token: REPLACE_KEY_VALUE' \
--data '{"activationCode":"string","password":"string","name":"Jan Jongboom","username":"janjongboom","privacyPolicy":true}'
Last updated
Was this helpful?