I’ve problem in RouterOS 6.x (tried with 6.4 and 6.7)
when I send the API (VB.NET or C#)
mikrotik.Send("/tool/user-manager/user/create-and-activate-profile")
mikrotik.Send(user)
mikrotik.Send("=customer=admin")
mikrotik.Send("=profile=Standard", True)
give me the “!done” result but in userman there are no profiles
Using the
mikrotik.Send("=user=" & user)
in ROS 5.x all OK but in ROS 6.x give me unknown parameter (user parameter is not present also in the console)
Anyone has same problem?
How to solve?
Thanks