POST
/
api
/
users
/
{userId}
/
set-password
Set password for SSO user
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>"
}

Path Parameters

userId
integer
required

User ID

Body

application/json

Response

200 - application/json

OK

The response is of type object.