Connectors
...
Actions
Add User to Group
4 min
description adds a user to a cyberark vault group by using the group's id and the user's member id endpoint url /passwordvault/api/usergroups/{{id}}/members/ method post inputs path parameters (object) – required id (string) – required the unique id of the vault group json body (object) – required memberid (string) – required the name of the vault user or ldap group to add to the vault group membertype (string) the type of user being added to the vault group this differentiates members who are domain users from members who are vault users domainname (string) the dns address of the domain output example \[ { "status code" 201, "response headers" {}, "reason" "created", "json body" { "memberid" "string", "membertype" "vault", "domainname" "string" } } ] output parameters status code (number) reason (string) json body (object) memberid (string) membertype (string) domainname (string)