<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Obtain a Report of Users That Have Recently Been Added to an Application via System Log API
Administration
Okta Identity Engine
Overview

How to leverage System Log API to get a list of users that have recently been added to an application.

Applies To
  • System Log API
  • Custom Reports
Solution
  1. Follow the instructions to set up Postman environment.

  2. Import System Log Collection.

  3. 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.

Postman

Related References

Loading
How to Obtain a Report of Users That Have Recently Been Added to an Application via System Log API