<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
0D5WR00001oldvn0AAOkta Classic EngineAuthenticationAnswered2026-06-30T14:56:29.000Z2026-06-25T17:31:16.000Z2026-06-30T14:56:29.000Z

ScottR.80533 (Customer) asked a question.

Can I send a manual push verification to a user, for help desk calls

Trying to think of a way to verify callers to our help desk. Someone calls in to have their password reset, how do we verify it's truly them. Since we already use Okta for MFA, is there a way in Okta admin that I can pull up a user and just send them a manual push to verify it's truly them? Thank you


  • Paul S. (Okta, Inc.)

    Hello @ScottR.80533 (Customer)​ Thank you for posting on our Community page!

     

    I completely understand why you're looking for this feature. Verifying callers securely before resetting a password or modifying MFA is one of the biggest challenges for IT help desks right now, especially with the rise of social engineering.

     

    At this time there is currently no native "Send Push" button directly on a user's profile in the Okta Admin Console. Okta's Admin Console is designed for administrative actions (like clearing sessions, resetting MFA, or triggering a password reset email), but it lacks a built-in, out-of-the-box identity-proofing button for live support calls.

     

    Thank you for reaching out to our Community and have a great day!

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Expand Post
    Selected as Best
  • Paul S. (Okta, Inc.)

    Hello @ScottR.80533 (Customer)​ Thank you for posting on our Community page!

     

    I completely understand why you're looking for this feature. Verifying callers securely before resetting a password or modifying MFA is one of the biggest challenges for IT help desks right now, especially with the rise of social engineering.

     

    At this time there is currently no native "Send Push" button directly on a user's profile in the Okta Admin Console. Okta's Admin Console is designed for administrative actions (like clearing sessions, resetting MFA, or triggering a password reset email), but it lacks a built-in, out-of-the-box identity-proofing button for live support calls.

     

    Thank you for reaching out to our Community and have a great day!

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Expand Post
    Selected as Best
  • lu4t (Isobar Labs)

     

    Okta's Factors API supports triggering an Okta Verify Push notification on-demand for any enrolled user, outside of a login flow:

     

    POST /api/v1/users/{userId}/factors/{factorId}/verify

     

    This sends a push to the user's phone exactly like a normal MFA challenge — they see "Did you just try to sign in?" and tap Yes or No. You can also enable Number Matching on the push to make it more secure.

     

    The cleanest way to expose this to help desk agents without building a custom app is Okta Workflows.

     

    Expand Post

Loading
Can I send a manual push verification to a user, for help desk calls