GET api/Users
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of User| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | globally unique identifier |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| roleTypeId | integer |
None. |
|
| customerId | globally unique identifier |
None. |
|
| createdDate | date |
None. |
|
| pilotId | globally unique identifier |
None. |
|
| viewTasksFromAnyDateForPilot | boolean |
None. |
|
| Customer | Customer |
None. |
|
| Pilot | Pilot |
None. |
|
| RoleType | RoleType |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userId": "458648a2-47b8-4abe-9e9f-9d9745eaeec3",
"username": "sample string 2",
"password": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"roleTypeId": 6,
"customerId": "bb1313e7-ab6d-4bbd-bdbf-0bf7a49657d4",
"createdDate": "2026-03-20T18:46:00.8987291+00:00",
"pilotId": "442ced12-18f1-48d0-b9f0-7819f4f8998e",
"viewTasksFromAnyDateForPilot": true,
"Customer": {
"customerId": "6dc5bc80-4056-4813-ad72-00d1c161b71c",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:46:00.8987291+00:00"
},
"Pilot": {
"pilotId": "edbd3a04-4a8d-407b-a432-8185425b22a7",
"name": "sample string 2",
"pilotTypeId": "f7776a29-fb63-4d74-b8ea-9d3872b6bdf1",
"phone": "sample string 4",
"isLicenseGimel": true,
"isLicenseRT": true,
"createdDate": "2026-03-20T18:46:00.8987291+00:00",
"PilotType": {
"pilotTypeId": "fe57a91e-aa4b-4838-949a-76cbe4514955",
"name": "sample string 2"
}
},
"RoleType": {
"roleTypeId": 1,
"name": "sample string 2",
"createdDate": "2026-03-20T18:46:00.8987291+00:00"
}
},
{
"userId": "458648a2-47b8-4abe-9e9f-9d9745eaeec3",
"username": "sample string 2",
"password": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"roleTypeId": 6,
"customerId": "bb1313e7-ab6d-4bbd-bdbf-0bf7a49657d4",
"createdDate": "2026-03-20T18:46:00.8987291+00:00",
"pilotId": "442ced12-18f1-48d0-b9f0-7819f4f8998e",
"viewTasksFromAnyDateForPilot": true,
"Customer": {
"customerId": "6dc5bc80-4056-4813-ad72-00d1c161b71c",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:46:00.8987291+00:00"
},
"Pilot": {
"pilotId": "edbd3a04-4a8d-407b-a432-8185425b22a7",
"name": "sample string 2",
"pilotTypeId": "f7776a29-fb63-4d74-b8ea-9d3872b6bdf1",
"phone": "sample string 4",
"isLicenseGimel": true,
"isLicenseRT": true,
"createdDate": "2026-03-20T18:46:00.8987291+00:00",
"PilotType": {
"pilotTypeId": "fe57a91e-aa4b-4838-949a-76cbe4514955",
"name": "sample string 2"
}
},
"RoleType": {
"roleTypeId": 1,
"name": "sample string 2",
"createdDate": "2026-03-20T18:46:00.8987291+00:00"
}
}
]
text/html
Sample:
[{"userId":"458648a2-47b8-4abe-9e9f-9d9745eaeec3","username":"sample string 2","password":"sample string 3","email":"sample string 4","phone":"sample string 5","roleTypeId":6,"customerId":"bb1313e7-ab6d-4bbd-bdbf-0bf7a49657d4","createdDate":"2026-03-20T18:46:00.8987291+00:00","pilotId":"442ced12-18f1-48d0-b9f0-7819f4f8998e","viewTasksFromAnyDateForPilot":true,"Customer":{"customerId":"6dc5bc80-4056-4813-ad72-00d1c161b71c","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:46:00.8987291+00:00"},"Pilot":{"pilotId":"edbd3a04-4a8d-407b-a432-8185425b22a7","name":"sample string 2","pilotTypeId":"f7776a29-fb63-4d74-b8ea-9d3872b6bdf1","phone":"sample string 4","isLicenseGimel":true,"isLicenseRT":true,"createdDate":"2026-03-20T18:46:00.8987291+00:00","PilotType":{"pilotTypeId":"fe57a91e-aa4b-4838-949a-76cbe4514955","name":"sample string 2"}},"RoleType":{"roleTypeId":1,"name":"sample string 2","createdDate":"2026-03-20T18:46:00.8987291+00:00"}},{"userId":"458648a2-47b8-4abe-9e9f-9d9745eaeec3","username":"sample string 2","password":"sample string 3","email":"sample string 4","phone":"sample string 5","roleTypeId":6,"customerId":"bb1313e7-ab6d-4bbd-bdbf-0bf7a49657d4","createdDate":"2026-03-20T18:46:00.8987291+00:00","pilotId":"442ced12-18f1-48d0-b9f0-7819f4f8998e","viewTasksFromAnyDateForPilot":true,"Customer":{"customerId":"6dc5bc80-4056-4813-ad72-00d1c161b71c","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:46:00.8987291+00:00"},"Pilot":{"pilotId":"edbd3a04-4a8d-407b-a432-8185425b22a7","name":"sample string 2","pilotTypeId":"f7776a29-fb63-4d74-b8ea-9d3872b6bdf1","phone":"sample string 4","isLicenseGimel":true,"isLicenseRT":true,"createdDate":"2026-03-20T18:46:00.8987291+00:00","PilotType":{"pilotTypeId":"fe57a91e-aa4b-4838-949a-76cbe4514955","name":"sample string 2"}},"RoleType":{"roleTypeId":1,"name":"sample string 2","createdDate":"2026-03-20T18:46:00.8987291+00:00"}}]