Remove user from group

This method removes a specific user from a user group in the Vault.

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/WebServices/UserGroups/{groupID}/Members/{member}/

The following mandatory value is required in the URL:

Parameter

groupID

Type

Number

Description

The unique ID of the group.

Valid values

Group ID

Parameter

member

Type

String

Description

The name of the group member to be removed.

Valid values

Member name

Resource information

HTTP method

DELETE

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

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

Valid values

A session token that was returned from the “Logon” method.

Body parameters

None

Result

None

Return codes

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