How do I write a query to obtain okta_user.email for a Person in different Okta integrations?

dcpeach
dcpeach ✭✭✭✭✭
Tracking employee access that spans more than one Okta integration.

Answers

  • Hello.. you can use the following:
    FIND okta_user
    RETURN
      okta_user.email,
      count(okta_user._integrationInstanceId)

This Month's Leaders