Creates a new URL to access an application.
Field | Type | Constraints | Notes |
applicationName | string | Required |
The case-insensitive name of the application for which the SSO URL is being created. Valid values are:
|
accountId | string | Required | The ID of the account for which the URL is being created. This is the caller's ID for the account. |
Field | Type | Description |
applicationName | string | The formal name of the application with which this URL is associated. |
applicationCaption | string | The display name of the application with which this URL is associated. |
uriType | string | The type/purpose of the URI. |
uriName | string | The unique Polaris Aero name for the URI. |
uri | string | A fully-qualified URL that contains a SSO token. |
forSso | boolean | Indicates whether the URL is intended for SSO. Set to true for all URLs returned from this API. |
Creates a new authentication token.
Field | Type | Constraints | Notes |
accountId | string | Required |
The user account on whose behalf the token is being requested. Note This is the caller's ID for the account, not Polaris Aero's. |
expirationMinutes | integer | Required Minimum of 5 minutes; maximum of 43000 minutes (approximately 1 month). | The number of minutes for which the token is valid. |
Field | Type | Description |
tokenValue | string | The value of the token. |
expirationDate | dateTime | The date that the token expires if not revoked earlier. |
API Version 14.1.9203.25249
Copyright ©2008-2025 Polaris Aero, LLC.