API create-and-activate-profile Problem in ROS 6.X

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

I believe “user” is renamed to “numbers” in more recent versions. From a console, you can check with

/tool user-manager user create-and-activate-profile ?

thank you very much boen_robot!! :smiley:

I was waiting this response from Mikrotik support that continued to take time :frowning: