GET api/sync/calendarsyncoauthurl/{personId}?sendEmail={sendEmail}
Get the oauth url for the calendar sync service
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId | integer |
Required |
|
| sendEmail | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
AuthUrlDataContract
AuthUrlDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| ExternalProviderEnabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"ExternalProviderEnabled": true
}