Hello Helical Insight,
I am using Helical Insight 4.0. I would like to change the password for Default Admin and Default User without logging into to Helical Insight every time. Is there another way to do this?
Thank You,
Snow.
Hello Helical Insight,
I am using Helical Insight 4.0. I would like to change the password for Default Admin and Default User without logging into to Helical Insight every time. Is there another way to do this?
Thank You,
Snow.
Hi Snow,
You can change the default login credentials via our APIs.
You can find the API document at the location:
In the above document, on page 82, you will find an API with the name “ Edit User ”.
Below are the sample APIs that you can use for hiadmin and hiuser.
– Change Hiuser password –
API : https://<host>:<port>/hi-ee/admin/users?j_username=hiadmin&j_password=hiadmin
action : update
id : 2
formData : {"password":"customuser","email":"user@helicalinsight.com","enabled":true}
– Change Hiadmin password –
API : https://<host>:<port>/hi-ee/admin/users?j_username=hiadmin&j_password=hiadmin
action : update
id : 1
formData : {"password":"customadmin","email":"admin@helicalinsight.com","enabled":true}