- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 12:11 AM
Hi All,
I am doing a project in college and I have developed a web-app,in which I have to add a module, to reset the password of the user in my web-app as well as in servicenow at a time.How shall I implement this? Kindly suggest me some some Service-Now APIs for this.
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 10:53 PM
Hi Gomathi,
you should check on the REST API Explorer and check the sys_user table.
you should be able to modify fields using the API with correct PUT/PATCH method.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2018 09:21 AM
Hi,
The above thread was useful. But is there any way to pre-encrypt the passwords when there is a patch request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2020 02:22 PM
pass ?sysparm_input_display_value=true along with url to encrypt your password. This works in the case of creation as well as patching.