GET api/Users
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Username": "sample string 1",
"Password": "sample string 2"
},
{
"Username": "sample string 1",
"Password": "sample string 2"
},
{
"Username": "sample string 1",
"Password": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Displaydata.Licensing.Models">
<User>
<Password>sample string 2</Password>
<Username>sample string 1</Username>
</User>
<User>
<Password>sample string 2</Password>
<Username>sample string 1</Username>
</User>
<User>
<Password>sample string 2</Password>
<Username>sample string 1</Username>
</User>
</ArrayOfUser>