Last updated 12 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
POST /v1/api/users/{userId}/set-password HTTP/1.1 Host: studio.edgeimpulse.com Content-Type: application/json Accept: */* Content-Length: 66 { "accessToken": "text", "identityProvider": "text", "password": "text" }
OK
{ "success": true, "error": "text" }