Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Changing password for the first time for local auth enabled user from API

NDY
New Contributor III
New Contributor III

Hi,

We have created a local auth enabled account that needs to access Saviynt only through API. When the user first login they need to reset the password. The user does not get the authorization token because the password has to be reset first. As such the first password cannot be reset and user cannot get into the environment.

Is there a way the user can reset the password for the first time through API? What would be the best solution in this case?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Follow below steps 

  • Login with SSO with admin access 
  • Create new API user
  • Set password from Admin functions
  • from Admin - webservice Admin Config --> Generate token 
  • copy access token

webauth.png

 

 

  • Open postman hit  update user api to set below flags

https://documenter.getpostman.com/view/23973797/2s9Ykhh4VH#5718ae10-293e-40a7-94d8-3a996ca161b4


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.