GET api/Account/UserInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserInfoViewModel
NameDescriptionTypeAdditional information
Email

string

None.

HasRegistered

boolean

None.

LoginProvider

string

None.

Response Formats

application/xml, text/xml

Sample:
<UserInfoViewModel>
  <Email>sample string 1</Email>
  <HasRegistered>true</HasRegistered>
  <LoginProvider>sample string 3</LoginProvider>
</UserInfoViewModel>