GET api/sync/emailsyncoauthurl/{personId}/{provider}
Get the oauth url for the email sync service from a provider
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personId | integer |
Required |
|
provider | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthUrlDataContract
Dezrez.Core.DataContracts.External.Api.Oauth.Query.AuthUrlDataContractName | Description | Type | Additional information |
---|---|---|---|
Url | string |
None. |
|
ExternalProviderEnabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Url": "sample string 1", "ExternalProviderEnabled": true }