Overview | Service | Command |
Check Exchange Authorisation
Authorization token required | true |
Admin Authorization token required | true |
<CheckExchangeAuthRequest> ## CheckExchangeAuthRequest
<auth url="{url-to-exchange-server}" user="{exchange-user}" pass="{exchange-password}"
scheme="{auth-scheme} (basic|form)" [type="{auth-type}"] /> ## ExchangeAuthSpec
</CheckExchangeAuthRequest>
The following table describes elements and attributes you can define within a
<CheckExchangeAuthRequest>
element:
XPath | Required / Optional | Description |
/auth | Required (only 1) | Exchange Auth details |
/auth@url | Required (only 1) | Type:String URL to Exchange server |
/auth@user | Required (only 1) | Type:String Exchange user |
/auth@pass | Required (only 1) | Type:String Exchange password |
/auth@scheme | Required (only 1) | Type:basic|form Auth scheme |
/auth@type | Optional (0 or 1) | Type:String Auth type |
<CheckExchangeAuthResponse> ## CheckExchangeAuthResponse
<code>{code} (String)</code>
<message>{message} (String)</message>
</CheckExchangeAuthResponse>
The following table describes elements and attributes you can define within a
<CheckExchangeAuthResponse>
element:
XPath | Required / Optional | Description |
/code | Required (only 1) | Type:{code} (String) Code |
/message | Optional (0 or 1) | Type:{message} (String) Message |