Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Get account details as creation date, last login date from Umapi library

Avatar

Level 4

5/16/22

Description - We found in Umapi a good help for getting users account information in order to perform audit and extracting insights about our user accounts. It's really help us for us to it programmatically because we have more than 4000 user accounts and many, many groups for Adobe Analytics and Adoba Launch. But we need some useful information we are pretty sure it's easy for you to get about each user account: creation date and last login date. This is standard information all system handling user accounts saves, so we would like this to exposed through API.

Why is this feature important to you - This functionality will help us to perform users account audit in order to, for example, remove accounts with no login after a period of time, removing groups which users never logins or identifying very old accounts.

How would you like the feature to work - when calling <umapi_client.UsersQuery(connection)> we would like to get, as part of the user information, the account creation date and last login date.

Current Behaviour - We get information such as id, email, status, groups, username, adminRoles, domain, firstname, lastname, country and typo from API through Umapi. Having this 2 extra attributes for each account will be helpful.