Reset user password
- Print
- PDF
Reset user password
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/users/{targetUserId}/resetpassword
If the request parameter sharePasswordToUser is true, the password is shared with the user on their email address. The password is also shared on one or more email addresses specified in the recipients' field.
Security
HTTP
Type bearer
Path parameters
targetUserId
stringRequired
Body parameters
"{'password' : 'Admin@123$','sharePasswordToUser' : true}"
object
realNode
object (JsonNode)
Responses
200
OK
object
Was this article helpful?