GetOAuthAuthorizationUrl
Retrieves the OAuth Authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process. Only used for the AzureAD AuthScheme.
Input
| Name | Type | Description |
| CallbackUrl | String | The URL to redirect the user to after they authorize the app. This must match the redirect URI configured in your Intacct app settings. |
Result Set Columns
| Name | Type | Description |
| Url | String | The authorization URL the user should visit to grant access. |