User Metadata
As an admin of a Dataiku instance, is it possible to find when specific user accounts were created, and for inactive accounts, when they were inactivated? I can find how to list users with: https://doc.dataiku.com/dss/latest/python-api/users-groups.html#listing-users
but cannot find where the additional info is located.
Operating system used: CentOS
Answers
-
- released just a week ago - actually added some user activity metadata like recent login and most recent activity. Couldn't find any details on disabling user accounts though. Looking at the audit log you should be looking for enable: false
when identifying disabled users in the API output.
-
yashpuranik Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2022, Neuron 2023 Posts: 69 Neuron
Thanks, I did catch the enable field. Would have been nice if we could also track when a particular user was disabled, and by whom (for multiple admins).