GET api/Account/UserInfo

Informações da Requisição

Parâmetros da URI

Nenhum.

Parâmetros do Body

Nenhum.

Informação da Resposta

Descrição do Recurso

UserInfoViewModel
NomeDescriçãoTipoInformação Adicional
Email

string

Nenhum.

HasRegistered

boolean

Nenhum.

LoginProvider

string

Nenhum.

Formatos da Resposta

application/json, text/json

Sample:
{
  "Email": "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/Inscricao.Models">
  <Email>sample string 1</Email>
  <HasRegistered>true</HasRegistered>
  <LoginProvider>sample string 3</LoginProvider>
</UserInfoViewModel>