Retrieve User details in OnPremise

Team

I am trying to get all the user related details like FistName,Last Name,EmailId,User Created Date,

Last Activity Date. When i try /v1/users/{emailId} Management API call, I could see only

FistName

Last Name

EmailId

Can any one help me with how do i get the User Created Date and Last Activity Date?

0 5 297
5 REPLIES 5

You should get these information from audit informations. Please check here : https://docs.apigee.com/management/apis/get/audits/users/%7Buser_email%7D

Thanks @Rajesh Mishra

I have got the user's last activity date using the above link.Can you please let me know how can i get the user created date?

@Rajesh Mishra @Dino any views?

Try using the startTime and endTime parameters, using a date/time far enough in the past to get the create date