GET api/Account/UserInfo

Toutes les informations sur votre compte "développeur"

Informations sur la Requête

Paramètres dans l'URL

Aucune.

Paramètres dans le Body

Aucun.

Informations sur la RĂ©ponse

Descriptions des ressources

UserInfoViewModel
NonDescriptionTypeInformation complémentaire
Email

string

Aucune.

HasRegistered

boolean

Aucune.

LoginProvider

string

Aucune.

Format de la Réponse

application/json, text/json

Exemple :
{
  "Email": "sample string 1",
  "HasRegistered": true,
  "LoginProvider": "sample string 3"
}

application/xml, text/xml

Exemple :
<UserInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/test.Models">
  <Email>sample string 1</Email>
  <HasRegistered>true</HasRegistered>
  <LoginProvider>sample string 3</LoginProvider>
</UserInfoViewModel>