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