Connectors
...
Actions
Get Password Value
4 min
description retrieves a password or ssh key for a specified account in cyberark using the account id, optionally including a reason and ticket id endpoint url passwordvault/api/accounts/{{accountid}}/password/retrieve/ method post inputs path parameters (object) – required accountid (string) – required the unique id of the account json body (object) – required reason (string) the reason that is required to retrieve the password/ssh key ticketingsystemname (string) the name of the ticketing system ticketid (string) the ticket id of the ticketing system version (number) the version number of the required password if there are no previous versions, the current password/key version is returned valid values are any positive numbers actiontype (string) the action this password will be used for isuse (boolean) internal parameter (for psm for ssh only) machine (string) the address of the remote machine to connect to output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" "\<mypassword>" } ] output parameters status code (number) reason (string) json body (string)