<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
0D5KZ000019vjTU0AYOkta Identity EngineAdministrationAnswered2025-08-18T13:50:29.000Z2025-08-17T09:10:15.000Z2025-08-18T13:50:28.000Z

AnnaM.64578 (Customer) asked a question.

Capturing User Activation Event

I’m trying to capture when a user’s status changes to ACTIVE after they click an activation link. Previously, the workaround was to listen for the “User update password for Okta” event and filter with:

event.data.events[0].debugContext.debugData.requestUri === "/user/welcome/login/internal"

 

This isn’t perfect, so I’m wondering if a specific event for user activation has been introduced since then. Any updates or alternative solutions would be greatly appreciated!

Thanks!


  • BrandonB.06003 (Customer)

    Subscribe to the eventhook "user.lifecycle.activate"

    Keep in mind this only specifies when they actually activate their account completely (set password) and not when they click the link

This question is closed.
Loading
Capturing User Activation Event