Report of item creation / update per user?
Hi,
I'm trying to best allocate Creator (float) and Collaborator licenses across my user base, to prioritise Creator license allocation to those that really need read/write access rather than just read-only. It's not a static allocation - users may need write access, but only on occasion. Apart from just asking what people need, I'm thinking of looking at recent history to see whether someone's write access needs to be maintained.
Has anyone tried this before, and if so how did they do it?
Thanks,
Brian
Comments
-
Hi Brian,
you can, if self-hosted. In such a case get direct access to the database. Her you have to check a couple of tables. I have done this in the past.
Best regards,
Alessandro
Alessandro
Systems Engineer
SICK AG0 -
You can use the REST API to get all projects then iterate over each project and get all activities since a given date, then iterate over the response from that and count up all the activities from users. Take a while to run, though!
Andrew MacCormack
LumiraDX0