There are no search commands that return this, so you'd have to write your own that gets that kind of info from the Splunk REST API endpoint and returns it.
seems we can use the brand new command | rest to access the information !!!
@cboeing
try this
| rest splunk_server=local /servicesNS/-/-/authentication/users count=0 | table title email realname roles type
This is great!!
Hi Ma_anand1984,
would you share with what you ended up using?
There are no search commands that return this, so you'd have to write your own that gets that kind of info from the Splunk REST API endpoint and returns it.
any help please