Connectors
...
Actions
Get All Safe Members
4 min
description retrieve all members associated with a specified cyberark safe, identified by the safeurlid endpoint url passwordvault/api/safes/{{safeurlid}}/members/ method get inputs path parameters (object) – required safeurlid (string) – required the unique id of the safe used when calling safe apis parameters (object) filter (string) filters are according to the rest standard search (string) searches according to the safe name offset (number) offset of the first member that is returned in the collection of results limit (number) the maximum number of members that are returned sort (string) sorts according to the membername property in ascending order (default) or descending order to control the sort direction output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "value" \[ { "safeurlid" "bz i 87", "safename" "bz i 87", "safenumber" 37, "memberid" "84425267 6da7 4c2c 9ad6 26aef85c83be", "membername" "master", "membertype" "user", "membershipexpirationdate" null, "isexpiredmembershipenable" false, "ispredefineduser" true, "permissions" { "useaccounts" true, "retrieveaccounts" true, "listaccounts" true, "addaccounts" true, "updateaccountcontent" true, "updateaccountproperties" true, "initiatecpmaccountmanagementoperations" true, "specifynextaccountcontent" true, "renameaccounts" true, "deleteaccounts" true, "unlockaccounts" true, "managesafe" true, "managesafemembers" true, "backupsafe" true, "viewauditlog" true, "viewsafemembers" true, "accesswithoutconfirmation" true, "createfolders" true, "deletefolders" true, "moveaccountsandfolders" true, "requestsauthorizationlevel1" false, "requestsauthorizationlevel2" false } } ], "count" 8 } } ] output parameters status code (number) reason (string) json body (object) value (array) safeurlid (string) safename (string) safenumber (number) memberid (string) membername (string) membertype (string) membershipexpirationdate (object) isexpiredmembershipenable (boolean) ispredefineduser (boolean) permissions (object) useaccounts (boolean) retrieveaccounts (boolean) listaccounts (boolean) addaccounts (boolean) updateaccountcontent (boolean) updateaccountproperties (boolean) initiatecpmaccountmanagementoperations (boolean) specifynextaccountcontent (boolean) renameaccounts (boolean) deleteaccounts (boolean) unlockaccounts (boolean) managesafe (boolean) managesafemembers (boolean) backupsafe (boolean) viewauditlog (boolean) viewsafemembers (boolean) accesswithoutconfirmation (boolean) createfolders (boolean) deletefolders (boolean) moveaccountsandfolders (boolean) requestsauthorizationlevel1 (boolean) requestsauthorizationlevel2 (boolean) count (number)