<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
0D54z00008SKZPHCA5Okta Classic EngineAPI Access ManagementAnswered2025-09-13T09:01:51.000Z2022-12-02T19:05:12.000Z2022-12-14T19:08:30.000Z

HaroldL.64963 (Customer) asked a question.

Get list of pending import users for Ultipro via api

We're bringing in users from ultipro. I have a list of pending users that are causing a conflict (we know about this issue). What's the best way to grab this list of users that are pending import in ultipro? The UI doesn't offer an export and there's too many to copy/paste out.

 

 


  • MatthewH.10249 (State of Iowa)

    I think your best bet is to look at the "User import inline hook" in conjunction with Okta Workflows. The hook will trigger a call to a Workflow that you can then log each user to a Workflow table and then you can export that dataset.

     

    https://developer.okta.com/docs/reference/import-hook/

     

    There is a 3 second response limitation with the hook response that kept me from fully being able to use this solution for dealing with user import issues from Workday but since your use case is just to get a list of names this might be good enough for you.

     

    ---please upvote and tag responses to any community posts you make so others can easily find answers---

    Expand Post
    Selected as Best
  • MatthewH.10249 (State of Iowa)

    I think your best bet is to look at the "User import inline hook" in conjunction with Okta Workflows. The hook will trigger a call to a Workflow that you can then log each user to a Workflow table and then you can export that dataset.

     

    https://developer.okta.com/docs/reference/import-hook/

     

    There is a 3 second response limitation with the hook response that kept me from fully being able to use this solution for dealing with user import issues from Workday but since your use case is just to get a list of names this might be good enough for you.

     

    ---please upvote and tag responses to any community posts you make so others can easily find answers---

    Expand Post
    Selected as Best
  • a0n5s (a0n5s)

    @HaroldL.64963 (Customer)​ 

    do you mean provisioning for Ultipro?

    Image is not available
    and import user from Ultipro into Okta by provisioning?

    and there are some conflict users that not import successful?

     

    I use view logs to check which user import failed.

    Image is not available
     

    there are conflict views for LDAP import, but also can't export. you can create a feature request in the okta ideas. we can vote it.

    Expand Post
  • HaroldL.64963 (Customer)

    To update so that it's clear what i'm asking - Human resources has imported a bunch of duplicate accounts. I'm trying to get a list of pending import users to provide to them to validate.

    image

  • a0n5s (a0n5s)

    you also need confirm this setting, what's the attribute for match.

    Image is not available
     

    Expand Post
    • HaroldL.64963 (Customer)

      Thanks, the issue is that HR created duplicate accounts. I need to get the list of accounts waiting to import. The account/email already exist.

      • MatthewH.10249 (State of Iowa)

        See my first answer ("User import inline hook"/Workflow) if you wish to capture the users real-time during import or see if you can pull the import events from the sys logs after the fact.

      • HaroldL.64963 (Customer)

        I don't want to import them; I only want to get the list of pending imports. Is that possible?

      • MatthewH.10249 (State of Iowa)

        I understood that and the hook does not import but listens for import events. I'm assuming each pending import, since it shows up in Okta, would trigger this but I could be wrong. You can open a support ticket to ask if it does or ask your Okta CSR to check. It is pretty easy to try if you don't want to ask but you might have to ask Okta Support to enable the feature flag on their end. Good luck and keep this thread posted so we know how it goes!

        Expand Post
10 of 11
This question is closed.
Loading
Get list of pending import users for Ultipro via api