GET api/sync/emailsyncoauthurl/{personId}/{provider}

Get the oauth url for the email sync service from a provider

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

integer

Required

provider

string

Required

Body Parameters

None.

Response Information

Resource Description

AuthUrlDataContract

AuthUrlDataContract
NameDescriptionTypeAdditional information
Url

string

None.

ExternalProviderEnabled

boolean

None.

Response Formats

application/json, text/json

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