1
How to reset password of Users using API?
Problem reported by rishikesh Somshetti - 11/21/2023 at 12:18 AM
Submitted
I need to reset the password using API of users.


Input: 
{
"id": text,// The unique Id. [Required]
"newPassword": text,// The user's password. [Required, Minimum Length 0, Maximum Length 200]
"confirmPassword": text// The user's password. [Required, Minimum Length 0, Maximum Length 200]
}

What will be the ID ?? From where we can fetch the ID value using API??

1 Reply

Reply to Thread
1
Zach Sylvester Replied
Employee Post
Hello, 

Thanks for reaching out. I would recommend using this method instead as its easier to use. 

You can just pass in the password to the user settings and it will change the password for you. 

I hope this helps. 

Thanks, 
Zach Sylvester System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread