Hi,
I'm creating an app to connect Mikrotik user manager,
i can add user with this command :
/tool/user-manager/user/add
=customer=admin
=username=u11
=password=u11
=location=park
=first-name=fname
=last-name=lname
=shared-users=1
=copy-from=IT
only when i add a user with command i got the "id"
for remove or change the user information such as password, and other information i need "id"
how can i find the "id" of user
Here is the remove and change mikrotik command :
---- ***** User Manager --> Delete User
/tool/user-manager/user/remove
=.id=*88
---- ***** User Manager --> SET User
/tool/user-manager/user/set
=.id=*14
=username=somenewuser
=password=somenewpassword