Update group

This method updates a Vault group. The user who runs this web service requires the following permissions:

  • Add\Update users

URL

 
https://<IIS_Server_Ip>/PasswordVault/api/UserGroups/{groupId}
 

Make sure there are no spaces in the URL.

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

Resource information

HTTP method

Content type

PUT

application/json

Header parameter

Parameter

Description

Authorization

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

Type: string

Mandatory: yes

Default value: none

Body parameters

 
{
"groupName": "UnixAdmins"
}

 

Parameter

Description

groupName

The name of a group in the Vault

Type: String

Mandatory: Yes

Default value: None

Return codes

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