GET api/Account/UserInfo

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "UserName": "sample string 2",
  "HasRegistered": true,
  "LoginProvider": "sample string 4",
  "RoleName": "sample string 5",
  "AllowRateQuoting": true,
  "SignedConsultantAgreementStatus": "sample string 7",
  "SignedAchAgreementStatus": "sample string 8",
  "SignedAgentAgreementStatus": "sample string 9"
}

application/xml, text/xml

Sample:
<UserInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <AllowRateQuoting>true</AllowRateQuoting>
  <HasRegistered>true</HasRegistered>
  <LoginProvider>sample string 4</LoginProvider>
  <RoleName>sample string 5</RoleName>
  <SignedAchAgreementStatus>sample string 8</SignedAchAgreementStatus>
  <SignedAgentAgreementStatus>sample string 9</SignedAgentAgreementStatus>
  <SignedConsultantAgreementStatus>sample string 7</SignedConsultantAgreementStatus>
  <UserId>sample string 1</UserId>
  <UserName>sample string 2</UserName>
</UserInfoViewModel>