Hello! I administer a group with many licenses. I would like to develop a workflow that will pull down my active licensed users and tell me when they last used the program. Is there a way to do this? I know I can pull users in Gallery from the MongoDB but I am not seeing the information regarding if they have an active license or not.
Thank you in advance for your help.
Hi @Link86
One thing that we've done is pulled tool usage information from Mongo. If someone is dropping tools on the canvas, not only do they have an active license, they are also an active user. We compare that against a list of who has downloaded Alteryx to determine "viewer only" users.
Let me know if that helps.
Cheers!
Esther
This is actually brilliant and can actually help in another area I have been wanting to build out. I would love to have a workflow that shows me what users are using since I lead a user group. Having this information can help me tailor my meetings. The downside is I have no idea where this data is stored or how I would go about extracting. Do you by chance have any advice for how I can go about making this? Do you have an example workflow that I am able to peruse to see how it's done?
Actually this is something you may ask alteryx.
In our case, the agency, or alteryx sends us monthly report on user activities logs.
you will be able to find out how many Run command that the user clicked on what time.
Hi @Link86 ,
I agree with @estherb47 , this is exactly what I'm doing with one of my client who has 28,000 gallery users. Use the MongoDB input tool and use the credentials that are set up in the server config, this will give you access to all users, IDs, usage stats etc.:
M.