Connectors
...
Actions
Reset User Password
4 min
description resets a cyberark vault user's password with a specified userid and new password, ensuring secure access management endpoint url /passwordvault/api/users/{{userid}}/resetpassword/ method post inputs path parameters (object) – required userid (number) – required the user's unique id json body (object) – required newpassword (string) – required the users new password output example \[ { "status code" 204, "response headers" {}, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string)