Add application
This method adds a new application to the Vault.
The user who adds this application requires Manage Users permission 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/
|
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 |
AppID (mandatory) |
||
Type |
String |
||
Description |
Application name.
|
||
Valid values |
Not empty |
||
Parameter |
Description |
||
Type |
String |
||
Description |
Description of the application.
|
||
Valid values |
- |
||
Parameter |
Location |
||
Type |
String |
||
Description |
Location of the application in the Vault hierarchy.
|
||
Valid values |
- |
||
Parameter |
AccessPermittedFrom |
||
Type |
Integer |
||
Description |
The hour that access is permitted to the application |
||
Valid values |
0-23 |
||
Parameter |
AccessPermittedTo |
||
Type |
Integer |
||
Description |
The hour that access is permitted to the application |
||
Valid values |
0-23 |
||
Parameter |
ExpirationDate |
||
Type |
String |
||
Description |
The date when the application expires. |
||
Valid values |
mm-dd-yyyy |
||
Parameter |
Disabled |
||
Type |
Boolean |
||
Description |
Whether the application is disabled. |
||
Valid values |
true/false |
||
Default |
false |
||
Parameter |
BusinessOwnerFName |
||
Type |
String |
||
Description |
The first name of the business owner.
|
||
Valid values |
|
||
Parameter |
BusinessOwnerLName |
||
Type |
String |
||
Description |
The last name of the business owner. |
||
Valid values |
- |
||
Parameter |
BusinessOwnerEmail |
||
Type |
String |
||
Description |
The email of the business owner. |
||
Valid values |
|
||
Parameter |
BusinessOwnerPhone |
||
Type |
String |
||
Description |
The phone number of the business owner.
|
||
Valid values |
Business owner's phone number. |
Result
None
Return codes
For a complete list of return codes, see Return Codes.