Unstable User-Manager command in Terminal > Winbox

Hi,

I’m currently using CHR v6.45.3 (x86_64) and have setup radius server (User-Manager). When I want to enter this command:

/tool user-manager user print where .id=*41

*41 is an userid for my hotspot user in userman.

So that, what happen to this output? it became zero output and when I re-enter this command again, it became one output that I want
Capture.PNG

Id is just a temporary variable that do changes all the time. Use id only after you have find some thing.

Eks

/tool user-manager user find where name="test"

This will give an id that could be used later on.

In my system (PHP), I have to define which is customer related on this userman from MySQL using Relational Database Management System (RDMS). First, I have tried by using command.
There is missing in our output

/tool user-manager user print where customer="xx-yy-zz"

xx-yy-zz refer to xx=client_id, yy=branch_id, zz=hotspot_id in MySQL

This is the result:
Capture.PNG

Start by writing your goal.

Eks I have this data,
From those, I like to find blabla
Then my output should be…