GET api/Account/UserInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| HasRegistered | boolean |
None. |
|
| LoginProvider | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"HasRegistered": true,
"LoginProvider": "sample string 3",
"UserId": 4
}