I will be using the API to upload users/passwords to the routers for apartment buildings.
So far the path /ip/hotspot/users/add
with numbers=n,name=userid,password=userpass (n is a number 0 to 31 reflecting bins for tennants)
adds new users.
/ip/hotspot/users/remove
with numbers=n
removes the bin entry.
I need to know how to do a query so I can retrieve the router's current information for fair use reporting, etc.
Can anyone supply me with an example?
I am basing my code off of this c++ code project:
https://github.com/silderan/QMikrotikAPI/