Community discussions

MikroTik App
 
aonallah
just joined
Topic Author
Posts: 6
Joined: Thu Sep 11, 2014 2:22 am

how can I check if a user exist

Wed Nov 26, 2014 9:53 pm

hiiiio

how can I check if a user exist on UserManager ??
from terminal....
 
User avatar
skot
Long time Member
Long time Member
Posts: 584
Joined: Wed Nov 30, 2011 3:05 am

Re: how can I check if a user exist

Thu Dec 11, 2014 7:39 pm

To find exact match:
/tool user-manager user print where name="JohnDoe"
To find partial match:
/tool user-manager user print where name~"John"