Page 1 of 1

How to get user data from usermanager database?

Posted: Sat Sep 09, 2017 9:44 am
by thexwarrior
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. :)

Image

Re: How to get user data from usermanager database?

Posted: Mon Sep 18, 2017 6:04 pm
by ahmedalmi

Code: Select all

/tool user-manager user print where username=newbie
or if you want to get some data like first-name

Code: Select all

:put [/tool user-manager user get [find username=newbie] first-name]