GET api/Account/UserInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

smsapi.ibda3soft.net.Models.UserInfoViewModel
NameDescriptionTypeAdditional information
UserName

System.String

None.

HasRegistered

System.Boolean

None.

LoginProvider

System.String

None.

Response Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "hasRegistered": true,
  "loginProvider": "sample string 3"
}

application/xml, text/xml

Sample:
<UserInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smsapi.ibda3soft.net.Models">
  <HasRegistered>true</HasRegistered>
  <LoginProvider>sample string 3</LoginProvider>
  <UserName>sample string 1</UserName>
</UserInfoViewModel>