<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
0D54z00007tNPz3CAGOkta Classic EngineAdministrationAnswered2026-04-01T09:00:20.000Z2022-08-01T21:51:00.000Z2022-08-04T19:52:39.000Z
  • Paul S. (Okta, Inc.)

    Hello @qlrar (qlrar)​ Thank you for reacting out to our Community!

     

    Out of the box there is no such report, however you can use the Password Health report which has all the Org users and use the Current Assignments report for the Workday app. Once you have these 2 reports, you can match them and the users that do not match will be users that are not sourced by Workday.

     

    Hope this helps and if this answered your question, please mark this as Best Answer!

    Expand Post
  • k5fuw (k5fuw)

    Okta Expression Language has a "hasWorkdayUser()" function that can be used in group rules. Create a Okta group named WorkdayUsers, then create a group rule with the following expression and assign the results to your WorkdayUsers group:

     

    !hasWorkdayUser()

     

    Note the "!" in front, which tells Okta to return all users that are not Workday users. And remember that these functions are case-sensitive.

     

    Here's a similar rule that we have to identify users not sourced from Active Directory.

     

    Image is not available

    Expand Post
    • k5fuw (k5fuw)

      Finally, install the rockstar browser add-in for Chrome, which will allow you to export the members of any group to a CSV file. There's your report.

This question is closed.
Loading
How to export a list of OKTA users whose profiles are not sourced by Workday ?