0

Rulerr.com is a permissions management and threat intelligence system which aggregates many sources of information into a single application for Enterprise.

I can see that we can pull activity reports on admin activities and user login info from the API, but we are looking to pull other risk profiling/threat intelligence data from GSuite API such as:

  • password strength per user (not the password itself)
  • when the password was last changed
  • elements in the system that have been accessed by a user, and associated data (timestamps etc)

Does anyone know if it is possible to pull this data from the admin SDK API?

laurieodgers
  • 109
  • 11

1 Answers1

1

password strength per user (not the password itself)

No. See Listing Password complexity Google Admin SDK.

when the password was last changed

You have to track this yourself. I guess every Users: update.

elements in the system that have been accessed by a user, and associated data (timestamps etc)

Usage details that the user has can be retrieved through the Reports API. However, there are only specific parameters that you can retrieve. AFAIK, other details that are not available (like when the last password was changed) should be monitored by the developer themselves.

If you feel like this would be really useful, I would suggest that you File a Feature Request.

Community
  • 1
  • 1
AL.
  • 36,815
  • 10
  • 142
  • 281