Connectors
...
Actions
Update Account
4 min
description updates an existing cyberark account's details using the specified accountid required inputs include path parameters and json body endpoint url /passwordvault/api/accounts/{{accountid}}/ method patch inputs path parameters (object) – required accountid (string) – required the unique id of the account to update json body (array) – required op (string) the allowed operations to perform on the properties path (string) the path of the property name value (string) the updated property value output example \[ { "status code" 200, "response headers" {}, "reason" "success", "json body" { "id" "string", "name" "string", "address" "string", "username" "string", "platformid" "string", "safename" "string", "secrettype" "key", "platformaccountproperties" {}, "secretmanagement" { "automaticmanagementenabled" true, "manualmanagementreason" "string", "status" "inprocess", "lastmodifiedtime" 0, "lastreconciledtime" 0, "lastverifiedtime" 0 }, "remotemachinesaccess" { "remotemachines" "string", "accessrestrictedtoremotemachines" true }, "createdtime" 0 } } ] output parameters status code (number) reason (string) json body (object) id (string) name (string) address (string) username (string) platformid (string) safename (string) secrettype (string) platformaccountproperties (object) secretmanagement (object) automaticmanagementenabled (boolean) manualmanagementreason (string) status (string) lastmodifiedtime (number) lastreconciledtime (number) lastverifiedtime (number) remotemachinesaccess (object) remotemachines (string) accessrestrictedtoremotemachines (boolean) createdtime (number)