GET api/License/AllUsers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserReport| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| userName | string |
None. |
|
| userEmail | string |
None. |
|
| vbClient | string |
None. |
|
| productNo | string |
None. |
|
| customerNo | integer |
None. |
|
| customerName | string |
None. |
|
| customerEmail | string |
None. |
|
| district | integer |
None. |
|
| productDescription | string |
None. |
|
| costPrice | decimal number |
None. |
|
| salesPrice | decimal number |
None. |
|
| userFirstLoginDate | date |
None. |
|
| userLastLoginDate | date |
None. |
|
| group12 | string |
None. |
|
| warehouseAccess | string |
None. |
|
| employeeNo | string |
None. |
|
| twoFactorExpireDate | date |
None. |
|
| twoFactorPinCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userId": "sample string 1",
"userName": "sample string 2",
"userEmail": "sample string 3",
"vbClient": "sample string 4",
"productNo": "sample string 5",
"customerNo": 6,
"customerName": "sample string 7",
"customerEmail": "sample string 8",
"district": 9,
"productDescription": "sample string 10",
"costPrice": 1.0,
"salesPrice": 1.0,
"userFirstLoginDate": "2025-11-29T15:08:29.3611648+01:00",
"userLastLoginDate": "2025-11-29T15:08:29.3611648+01:00",
"group12": "sample string 11",
"warehouseAccess": "sample string 12",
"employeeNo": "sample string 13",
"twoFactorExpireDate": "2025-11-29T15:08:29.3611648+01:00",
"twoFactorPinCode": "sample string 14"
},
{
"userId": "sample string 1",
"userName": "sample string 2",
"userEmail": "sample string 3",
"vbClient": "sample string 4",
"productNo": "sample string 5",
"customerNo": 6,
"customerName": "sample string 7",
"customerEmail": "sample string 8",
"district": 9,
"productDescription": "sample string 10",
"costPrice": 1.0,
"salesPrice": 1.0,
"userFirstLoginDate": "2025-11-29T15:08:29.3611648+01:00",
"userLastLoginDate": "2025-11-29T15:08:29.3611648+01:00",
"group12": "sample string 11",
"warehouseAccess": "sample string 12",
"employeeNo": "sample string 13",
"twoFactorExpireDate": "2025-11-29T15:08:29.3611648+01:00",
"twoFactorPinCode": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfUserReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserReport>
<userId>sample string 1</userId>
<userName>sample string 2</userName>
<userEmail>sample string 3</userEmail>
<vbClient>sample string 4</vbClient>
<productNo>sample string 5</productNo>
<customerNo>6</customerNo>
<customerName>sample string 7</customerName>
<customerEmail>sample string 8</customerEmail>
<district>9</district>
<productDescription>sample string 10</productDescription>
<costPrice>1</costPrice>
<salesPrice>1</salesPrice>
<userFirstLoginDate>2025-11-29T15:08:29.3611648+01:00</userFirstLoginDate>
<userLastLoginDate>2025-11-29T15:08:29.3611648+01:00</userLastLoginDate>
<group12>sample string 11</group12>
<warehouseAccess>sample string 12</warehouseAccess>
<employeeNo>sample string 13</employeeNo>
<twoFactorExpireDate>2025-11-29T15:08:29.3611648+01:00</twoFactorExpireDate>
<twoFactorPinCode>sample string 14</twoFactorPinCode>
</UserReport>
<UserReport>
<userId>sample string 1</userId>
<userName>sample string 2</userName>
<userEmail>sample string 3</userEmail>
<vbClient>sample string 4</vbClient>
<productNo>sample string 5</productNo>
<customerNo>6</customerNo>
<customerName>sample string 7</customerName>
<customerEmail>sample string 8</customerEmail>
<district>9</district>
<productDescription>sample string 10</productDescription>
<costPrice>1</costPrice>
<salesPrice>1</salesPrice>
<userFirstLoginDate>2025-11-29T15:08:29.3611648+01:00</userFirstLoginDate>
<userLastLoginDate>2025-11-29T15:08:29.3611648+01:00</userLastLoginDate>
<group12>sample string 11</group12>
<warehouseAccess>sample string 12</warehouseAccess>
<employeeNo>sample string 13</employeeNo>
<twoFactorExpireDate>2025-11-29T15:08:29.3611648+01:00</twoFactorExpireDate>
<twoFactorPinCode>sample string 14</twoFactorPinCode>
</UserReport>
</ArrayOfUserReport>