• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

user.action start event is not fired

Scheduled Pinned Locked Moved Unsolved
Q&A
2
2
1.0k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    dev 2
    last edited by 28 Mar 2022, 10:11

    Re: user action webhook

    I have configured a user action to block an account when a certain number of incorrect logins are made.

    I need to receive an event and manage it through a webhook, but I only receive the completion event of the user action, I don't receive the start event of the action.

    {
        "event": {
            "action": "account_lock",
            "actionId": "f4be77a7-523d-4303-9c6b-87da509e9476",
            "actioneeUserId": "17ed2c81-ff78-46a8-890b-926eab3928e0",
            "comment": "Failed Login Attempts Exceeded.",
            "createInstant": 1648460915954,
            "emailedUser": false,
            "expiry": 1648460861030,
            "id": "cdf23fa5-ffd7-48d5-9566-fdb9f014df42",
            "localizedAction": "account_lock",
            "notifyUser": false,
            "phase": "end",
            "tenantId": "10a72b7e-05d2-41ae-b77a-db4357597073",
            "type": "user.action"
        }
    }
    

    I have tried different combinations at the user action level but I can't get this start event to trigger. The user action completion event is triggered correctly and I receive it without problems.

    R 1 Reply Last reply 21 Jul 2022, 15:05 Reply Quote 0
    • R
      robotdan @dev 2
      last edited by 21 Jul 2022, 15:05

      @dev-2

      Resolved in version 1.36.7 via https://github.com/FusionAuth/fusionauth-issues/issues/1654.

      https://fusionauth.io/docs/v1/tech/release-notes#version-1-36-7

      1 Reply Last reply Reply Quote 0
      • First post
        Last post