Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/04/2024 12:08 PM
We have created a service API user in Saviynt and are trying to reset the password. However, we are encountering issues.
Here are the steps we've followed:
/ECM/updateUser
{
"propertytosearch":"username",
"username":"serviceapiuser",
"localAuthEnabled":”true”,
"passwordExpired":"false"
}
{{url}}/ECM/{{path}}/changePassword
Also, the Set Security Question on Login is not enabled.
Any input?
Solved! Go to Solution.
11/04/2024 12:18 PM
validate get user api ouptut
11/04/2024 12:24 PM
Yes, it is false. Why it is not updating the value to true ? although it gives 200 ok response.
11/04/2024 12:34 PM
Oh God.
I just copied your post body. you have double quote issue
Use below
{
"propertytosearch":"username",
"username":"serviceapiuser",
"localAuthEnabled":"true",
"passwordExpired":"false"
}