
AnnaM.64578 (Customer) asked a question.
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!

Hi Anna,
You can use event books and subscribe to the event
user.lifecycle.activate
Activate Okta user.
event-hook-eligible
More information here - https://developer.okta.com/docs/concepts/event-hooks/
Thanks
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