Last updated 11 months ago
Was this helpful?
Set the password for a new SSO user. This function is only available through an SSO access token.
User ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/users/{userId}/set-password' \ --header 'Content-Type: application/json' \ --data '{ "accessToken": "text", "identityProvider": "text", "password": "text" }'
{ "success": true, "error": "text" }