Get account group members

This method returns all the members of an existing account group. These accounts can be either password accounts or SSH Key accounts.

 

All members of account groups must be stored in the same Safe as the group itself.

The user performing this task must have the following permissions in the Safe:

Add accounts
Update account content
Update account properties
Create folders

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 

https://<IIS_Server_Ip>/PasswordVault/API/AccountGroups/<GroupID>/Members/

The following mandatory value is required in the URL:

Parameter

GroupID

Type

String

Description

The unique ID of the group

Resource information

HTTP method

GET

Content type

application/json

Header parameter

Parameter

Description

Authorization

The token that identifies the session, encoded in BASE 64. See Authentication.

Type: String

Mandatory: Yes

Default value: None

Body parameters

None

Result

 
[

{

"AccountID": "<ID of Account1>",

"SafeName": "<Account’s safe name>",

"PlatformID": "<Account’s Platform ID>",

"Address": "<The address of the account>",

"UserName": "<The username of the account>",

},

...

]

 

Parameter

AccountID

Type

String

Description

The ID of the account that is a member of the group.

Parameter

Safe

Type

String

Description

The name of the Safe where the privileged account is stored.

Parameter

PlatformID

Type

String

Description

The name of the platform that is associated to this account.

Parameter

Address

Type

String

Description

The address of the account.

Parameter

Username

Type

String

Description

The username specified in the account.

Return codes

For a complete list of return codes, see Return Codes.