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
|
-
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/
Resource information
HTTP method |
Content type |
---|---|
POST |
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
|
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. 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
|
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 |