URL: |
https://www.flightnet.aero/api/getusers.ashx
Please note that you should use https (SSL) and not http in order to ensure encrypted transfer.
Use a HTTPS GET method to access this URL and submit the required parameters in the query string.
Parameters:
Field name |
Mandatory |
Data type |
Remark |
Example |
Company |
ü |
50AN |
Name of the organization |
demo |
Username |
ü |
15AN |
User name of the API account |
muster |
Password |
ü |
50AN |
Password (case sensitive) |
abC123456 |
Includedeleted |
ü |
Bool |
If true, users that were deleted within the last 365 days are delivered as well |
false |
Request format:
https://www.flightnet.aero/api/getusers.ashx?company=[company]&username=[username]&password=[password]&includedeleted=[includedeleted]
e.g. https://www.flightnet.aero/api/getusers.ashx?company=demo&username=muster&password=abC12345&includedeleted=false