<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
0D51Y00006YtY22SAFOkta Classic EngineUniversal DirectoryAnswered2019-10-01T16:05:16.000Z2019-08-15T20:19:43.000Z2019-09-24T01:18:50.000Z
  • Thank you for posting on our Community page.

     

    If the user is Okta Mastered then it will show OKTA for IdP, to check what the Master of the account is go to:

    • Directory > People;
    • Click on the user name in question;
    • On the top of the page under the user's email address it should say what the Master of that user is;
    • If the user Okta mastered then it will only show the user status and link to View Logs;

    Here is the Okta API for listing users: https://developer.okta.com/docs/reference/api/users/#list-all-users,

    In the response you can see that the IdP is under "provider" such as:

    "credentials": {

       "provider": {

        "type": "OKTA",

        "name": "OKTA"

       }

      },

    or like this example where the user is LDAP Mastered:

    "credentials": {

    "provider": {

    "type": "LDAP",

    "name": "dc=experiment,dc=app"

    }

    },

    Here is the link where you download the Postman Collection: https://app.getpostman.com/run-collection/c4661c98df9054fdbf7c

     

     

     

    Thank you,

     

    Marian Cambei

    Technical Support Engineer | Okta

    Expand Post
    Selected as Best
  • Thank you for posting on our Community page.

     

    If the user is Okta Mastered then it will show OKTA for IdP, to check what the Master of the account is go to:

    • Directory > People;
    • Click on the user name in question;
    • On the top of the page under the user's email address it should say what the Master of that user is;
    • If the user Okta mastered then it will only show the user status and link to View Logs;

    Here is the Okta API for listing users: https://developer.okta.com/docs/reference/api/users/#list-all-users,

    In the response you can see that the IdP is under "provider" such as:

    "credentials": {

       "provider": {

        "type": "OKTA",

        "name": "OKTA"

       }

      },

    or like this example where the user is LDAP Mastered:

    "credentials": {

    "provider": {

    "type": "LDAP",

    "name": "dc=experiment,dc=app"

    }

    },

    Here is the link where you download the Postman Collection: https://app.getpostman.com/run-collection/c4661c98df9054fdbf7c

     

     

     

    Thank you,

     

    Marian Cambei

    Technical Support Engineer | Okta

    Expand Post
    Selected as Best
This question is closed.
Loading
How to query Webfinger