GET api/CensimentoAsset/UserInfo?login={login}

Documentation for 'UserInfo'.

Request Information

Parameters

NameDescriptionAdditional information
login
Documentation for 'login'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Cognome": "sample string 2",
  "Nome": "sample string 3",
  "Floor": "sample string 4",
  "Room": "sample string 5",
  "LocationId": "sample string 6"
}

text/xml

Sample:
<EmployeeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WindAnagraficaRest.Models">
  <Cognome>sample string 2</Cognome>
  <Floor>sample string 4</Floor>
  <LocationId>sample string 6</LocationId>
  <Nome>sample string 3</Nome>
  <Room>sample string 5</Room>
  <UserId>sample string 1</UserId>
</EmployeeInfo>