Introduction:
A customer may have a requirement to obtain a list of users from iDash.
Question:
How do I get a list of users for my iDash environment?
Environment:
iDash 12.x
Answer:
Run the following query from the iDash database:
select tag, value from idash_config where type='user' and deleted=0