GET api/Auth/ExternalLogin?accessToken={accessToken}&provider={provider}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accessToken | string |
Required |
|
| provider | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiUserLoggedInProfileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| UserName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Telephone | string |
None. |
|
| Source | integer |
None. |
|
| IsNewUser | boolean |
None. |
|
| AccessToken | Collection of Object |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.