User Metadata

yashpuranik
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

yashpuranik
0 Kudos
2 Replies
ClaudiusH
Dataiker Alumni

Dataiku 10.0.6 - 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.

0 Kudos
yashpuranik
Author

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).

yashpuranik