Hi
I’m trying to have a script run daily that would email the list of recently activated.
Here is our process with usermanager.
-
I need to fire a script daily of the couple of users that got activated last night.
Those are clearly obvious in user-manager however if in terminal you type
“/tool user-manager user print” it only shows the admin user connected to winBox!! not the end users in user-manager
QUESTION: What is the proper command/script to show users in user-manager with all the good info like Profile, start-time etc??
i tried "/ip hotspot active " but this only shows me the active users now not the view i want. Please see attached. -
As for the activated users last night, once i get the “Start from” column in the users table
then i can compare it to today’s date -1. And then just dump the output in a csv file. -
the final step would be to send an email . I found a script for that.
Here is our process:
1)A user wants access to wifi. She pays for the service
2)User is created in the system but not activated.
3)A list of the new users are printed from the system and send to accounting for validation of the balance.
4) Once approved the help desk activates the user.