Hello
I have coded a program in java to add user and profile - mikrotik 5.26- the user added but no Profile added
help PLZ
this.ret.sendCommand("/tool/user-manager/user/add\n=name=" + Hotspot_User_Add.this.username + "\n=password=" + Hotspot_User_Add.this.password + "\n=customer=" + "admin");
Thread.sleep(500L);
this.ret.sendCommand("/tool/user-manager/user/create-and-activate-profile\n=profile=" + Hotspot_User_Add.this.profile_choosed + "\n=customer=" + "admin" + "\n=numbers=" + Hotspot_User_Add.this.username);
Thread.sleep(500L);
this.status = true;
}