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: + & % |
|
Resource information
HTTP method |
POST |
Content type |
application/json |
Header parameter
Parameter |
Authorization |
Type |
String |
Description |
The token that identifies the session. |
Valid values |
A session token that was returned from the “Logon” method. |
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.