Connectors
...
Actions
Add Account to Group
4 min
description adds a specified account to an existing cyberark group by utilizing the provided groupid and accountid endpoint url /passwordvault/api/accountgroups/{{groupid}}/members/ method post inputs path parameters (object) – required groupid (string) – required the unique id of account group json body (object) – required accountid (string) – required the id of the account that will be added as a member to the group output example \[ { "status code" 201, "response headers" {}, "reason" "created", "json body" {} } ] output parameters status code (number) reason (string) json body (object)