GET api/Account/UserInfo
Get User Info
Informações de Requisição
URL
https://apipsj.mlgomes.com.br/api/Account/UserInfoParâmetros de URL
Nenhum.
Parâmetros do Corpo
Nenhum.
Informação de Resposta
Descrição do Recurso
UserInfoViewModel| Nome | Descrição | Type | Informação Adicional |
|---|---|---|---|
| RazaoSocial | string |
Nenhum. |
|
| NomeFantasia | string |
Nenhum. |
|
| Name | string |
Nenhum. |
|
| string |
Nenhum. |
||
| UserName | string |
Nenhum. |
|
| HasRegistered | boolean |
Nenhum. |
|
| LoginProvider | string |
Nenhum. |
Formatos de Resposta
application/json, text/json
Exemplo:
{
"RazaoSocial": "sample string 1",
"NomeFantasia": "sample string 2",
"Name": "sample string 3",
"Email": "sample string 4",
"UserName": "sample string 5",
"HasRegistered": true,
"LoginProvider": "sample string 7"
}
application/xml, text/xml
Exemplo:
<UserInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLGomes.PortalServicos.API.Models"> <Email>sample string 4</Email> <HasRegistered>true</HasRegistered> <LoginProvider>sample string 7</LoginProvider> <Name>sample string 3</Name> <NomeFantasia>sample string 2</NomeFantasia> <RazaoSocial>sample string 1</RazaoSocial> <UserName>sample string 5</UserName> </UserInfoViewModel>