Page 1 of 1

how can I check if a user exist

Posted: Wed Nov 26, 2014 9:53 pm
by aonallah
hiiiio

how can I check if a user exist on UserManager ??
from terminal....

Re: how can I check if a user exist

Posted: Thu Dec 11, 2014 7:39 pm
by skot
To find exact match:
/tool user-manager user print where name="JohnDoe"
To find partial match:
/tool user-manager user print where name~"John"