<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
0D50Z00008G7VR9SANOkta Classic EngineAdministrationAnswered2024-04-18T09:11:36.000Z2017-08-24T18:44:19.000Z2020-02-25T19:46:17.000Z

elnsf (elnsf) asked a question.

Okta - Local user accounts
I am looking to get a report of user accounts which are created locally in okta. (not provisioned from ldap directory). In directory menu, i can find accounts in people tab but i am not able to differenciate between AD users and accounts which have been created locally.

  • Hi Yuvraj!

     

    The difference between the AD users and Okta users is the request URI used in order to be created. You can use System Log 2 with the following syntax to check for different users:

     

    - Check for Okta users: displayMessage eq "Create okta user" and debugContext.debugData.requestUri eq "/api/v1/users"

     

    - Check for AD users and users created from other apps: displayMessage eq "Create okta user" and debugContext.debugData.requestUri co "/admin/app/"

    Expand Post
  • r8n4z (r8n4z)

    This works, BUT i cannot access data from over a year ago.

    is there a way to do this since the "beginning of time"

    also, is there a way to run this same report through something like Postman?

This question is closed.
Loading
Okta - Local user accounts