Delete member from account group

This method removes an account member from an account group. This account can be either a password account or an SSH Key account.

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/<AccountID>/

The following mandatory value is required in the URL:

Parameter

GroupID

Type

String

Description

The unique ID of the group

Parameter

AccountID

Type

String

Description

The unique ID of the account

Resource information

HTTP method

DELETE

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

None

Return codes

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