HTTP POST Service Accounts
Gives a user account access to a VOCUS application, restoring formerly-removed access if needed.
Access to VOCUS itself is implicitly granted when a user is created.
| Field | Type | Constraints | Notes | 
| accountId | string 50 | Required | This is a Mapped ID. | 
| applicationName | string 50 | Required | 
                The name of the VOCUS application.
                
  | 
        
        var payload = {
            accountId: "callers_ID_12345",
            applicationName: "FlightRisk"
        };
    
| HTTP Status | Data | 
| 201 | |
| 200 | 
HTTP POST Service Accounts
Removes application access from a user account.
Access to VOCUS itself is implicitly granted; to remove, the user must be deactivated.
| Field | Type | Constraints | Notes | 
| accountId | string 50 | Required | This is a Mapped ID. | 
| applicationName | string 50 | Required | 
                The name of the VOCUS application.
                
  | 
        
        var payload = {
            accountId: "callers_ID_12345",
            applicationName: "FlightRisk"
        };
    
| HTTP Status | Data | 
| 200 | 
API Version 15.0.9426.23016
Copyright ©2008-2025 Polaris Aero, LLC.