Hi, can anybody tell me how to get specific user data from usermanager database? In example, there's username: newbie and contain firstname, lastname, phone etc. How I can get those data using script?
Thank you.
Code: Select all
/tool user-manager user print where username=newbie
Code: Select all
:put [/tool user-manager user get [find username=newbie] first-name]