GET api/SystemUsers?userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemUsers| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| Password | string |
None. |
|
| FullName | string |
None. |
|
| StartLocationCompanyId | string |
None. |
|
| AllComps | string |
None. |
|
| AllFuncs | string |
None. |
|
| SystemUsersId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"Password": "sample string 2",
"FullName": "sample string 3",
"StartLocationCompanyId": "sample string 4",
"AllComps": "sample string 5",
"AllFuncs": "sample string 6",
"SystemUsersId": 7
}
application/xml, text/xml
Sample:
<SystemUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EGas.DataAccess"> <AllComps>sample string 5</AllComps> <AllFuncs>sample string 6</AllFuncs> <FullName>sample string 3</FullName> <Password>sample string 2</Password> <StartLocationCompanyId>sample string 4</StartLocationCompanyId> <SystemUsersId>7</SystemUsersId> <UserId>sample string 1</UserId> </SystemUsers>