Set Password For SSO User

Set the password for a new SSO user. This function is only available through an SSO access token.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/users/{userId}/set-password \
  --header 'content-type: application/json' \
  --data '{"accessToken":"string","identityProvider":"string","password":"string"}'

Last updated

Was this helpful?