Duplicate group platforms
This method allows the Vault Admin to duplicate group platforms.
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 |
POST |
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
|
Parameter |
Description |
---|---|
name |
Name of the new platform Type: string Mandatory: yes Acceptable values: Alphanumeric |
description |
Description of the new platform. Type: string Mandatory: no Default value: Empty |
Result
|
Parameter |
Description |
---|---|
general |
|
id |
Unique numeric ID of the new platform. Type:number |
platformID |
Unique string ID of the new platform. Type: string |
name |
The display name of the new platform. Type: string |
description |
Description of the new platform. Type: string |
Return codes
For a complete list of return codes, see Return Codes.