cURL
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>" }'
{ "success": true, "error": "<string>" }
Set the password for a new SSO user. This function is only available through an SSO access token.
User ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?