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.
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>"
}
User ID
OK
The response is of type object
.