GET api/User
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserName | Description | Type | Additional information |
---|---|---|---|
RowGuid | globally unique identifier |
None. |
|
Name | string |
None. |
|
Password | string |
None. |
|
string |
None. |
||
BusinessName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowGuid": "3e13e5f5-0987-4fd3-b501-1342c0b5e112", "Name": "sample string 2", "Password": "sample string 3", "Email": "sample string 4", "BusinessName": "sample string 5" }
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoodFluweel.Api.Models"> <BusinessName>sample string 5</BusinessName> <Email>sample string 4</Email> <Name>sample string 2</Name> <Password>sample string 3</Password> <RowGuid>3e13e5f5-0987-4fd3-b501-1342c0b5e112</RowGuid> </User>