Connectors
...
Actions
Add Account
4 min
description adds a new privileged account or ssh key to the cyberark vault with specified platformid and safename endpoint url /passwordvault/api/accounts method post inputs json body (object) – required name (string) the name of the account address (string) the name or address of the machine where the account will be used username (string) account user's name platformid (string) – required the platform assigned to this account safename (string) – required the safe where the account is created secrettype (string) the type of password secret (string) the password value platformaccountproperties (object) the object containing key value pairs to associate with the account, as defined by the account platform secretmanagement (object) automaticmanagementenabled (boolean) whether the account secret is automatically managed by the cpm manualmanagementreason (string) reason for disabling automatic secret management status (string) account management status lastmodifieddatetime (string) last modified date of the account lastreconcileddatetime (string) last reconciled date of the account lastverifieddatetime (string) last verified date of the account remotemachinesaccess (object) remotemachines (string) list of remote machines, separated by semicolons accessrestrictedtoremotemachines (boolean) whether or not to restrict access only to specified remote machines output example \[ { "status code" 201, "response headers" {}, "reason" "created", "json body" { "name" "string", "address" "string", "username" "string", "platformid" "string", "safename" "string", "secrettype" "key", "secret" "string", "platformaccountproperties" {}, "secretmanagement" { "automaticmanagementenabled" true, "manualmanagementreason" "string" }, "remotemachinesaccess" { "remotemachines" "string", "accessrestrictedtoremotemachines" true } } } ] output parameters status code (number) reason (string) json body (object) name (string) address (string) username (string) platformid (string) safename (string) secrettype (string) secret (string) platformaccountproperties (object) secretmanagement (object) automaticmanagementenabled (boolean) manualmanagementreason (string) remotemachinesaccess (object) remotemachines (string) accessrestrictedtoremotemachines (boolean)