Add account group

This method enables application managers to define a new account group automatically, and manage accounts as part of a group.

To create an account group, users require the following permissions in the Safe where the group is created:

Add accounts
Update account content
Update account properties
Create folders

URL

 
https://<IIS_Server_Ip>/PasswordVault/api/AccountGroups/
 

Make sure there are no spaces in the URL.

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

Resource information

HTTP method

Content type

POST

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": "Windows accounts Group",
"GroupPlatformID": "WinGroupID",
"Safe": "Windows accounts Safe"
}

Parameter

Description

GroupName

The name of the newly created group.

Type: String

Mandatory: Yes

Default value: None

GroupPlatform

The name of the platform of the group.
The associated platform must be set to PolicyType=Group OR Rotational Group.

Type: String

Mandatory: Yes

Default value: None

Safe

The name of the Safe where the group will be created.

Type: String

Mandatory: Yes

Default value: None

Result

 
{GroupID": "23_5", 
"GroupName": "Windows accounts Group",
"GroupPlatformID": "WinGroupID",
"Safe": "Windows accounts Safe"
}

Parameter

Description

GroupID

The ID of the newly created group.

Type: String

GroupName

The name of the newly created group.

Type: String

GroupPlatformID

The ID of the platform associated with the group.

Type:: String

Safe

The name of the Safe where the group exists.

Type:: String