GET api/sync/calendarsyncoauthurl/{personId}?sendEmail={sendEmail}

Get the oauth url for the calendar sync service Processes this sync API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

The unique identifier of the person resource.

integer

Required

sendEmail

The send email value supplied with the request.

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

AuthUrlDataContract

AuthUrlDataContract
NameDescriptionTypeAdditional information
Url

The url value.

string

None.

ExternalProviderEnabled

Indicates whether external provider enabled is true.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "ExternalProviderEnabled": true
}