We are being required to track user access on a weekly basis and to revoke or update access as needed.
Is there a method by which we could create or receive a list of users, their accesses and email addresses? Is it possible to show the date-time when users were added?
Release : SAAS
Component : BLAZEMETER GENERAL PLATFORM ISSUE
N/A
You can use API Explorer to retrieve the information: (you must be an admin for the account)
https://a.blazemeter.com/api/latest/explorer/#/
We have this API: https://a.blazemeter.com/api/latest/explorer/#!/accounts/accountsRetrieveUsersList
It brings back everything you need except the date they were added.
There is no API that I know of to get the Created Date.