How to leverage System Log API to get a list of users that have recently been added to an application.
- System Log API
- Custom Reports
-
Follow the instructions to set up Postman environment.
-
Import System Log Collection.
-
For this example, we will be using
GET {{url}}/api/v1/logs?filter=eventType eq "application.user_membership.add" and target.id eq "0oafzlsb04SO3CJFp1t7" &since=2021-09-29T00:00:00.000Z.
Where: eventType = "application.user_membership.add"; appId = 0oafzlsb04SO3CJFp1t7; timestamp = 2021-09-29T00:00:00.000Z.
