Set password for SSO user
Set the password for a new SSO user. This function is only available through an SSO access token.
Path parameters
userIdintegerRequired
User ID
Body
accessTokenstringRequired
identityProviderstringRequired
passwordstringRequired
Responses
200
OK
application/json
post
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"
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?