
HaroldL.64963 (Customer) asked a question.
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.

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---