FusionAuth API — User Action
FusionAuth API — User Action. 7 operations. Lead operation: Retrieves the user action for the given Id. If you pass in null for the Id, this will return all the user actions. OR Retrieves all the user. Self-contained Naftiko capability covering one business surface.
FusionAuth API — User Action is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the POST, GET, DELETE, PATCH, and PUT methods rooted at /v1/api/user-action.
The capability includes 2 read-only operations and 5 state-changing operations. Lead operation: Creates a user action. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and User Action.
What You Can Do
MCP Tools
fusionauth-createuseraction
Creates a user action. This action cannot be taken on a user until this call successfully returns. Anytime after that the user action can be
fusionauth-retrieveuseraction
Retrieves the user action for the given Id. If you pass in null for the Id, this will return all the user actions. OR Retrieves all the user
fusionauth-createuseractionwithid
Creates a user action. This action cannot be taken on a user until this call successfully returns. Anytime after that the user action can be
fusionauth-deleteuseractionwithid
Deletes the user action for the given Id. This permanently deletes the user action and also any history and logs of the action being applied
fusionauth-patchuseractionwithid
Updates, via PATCH, the user action with the given Id.
fusionauth-updateuseractionwithid
Updates the user action with the given Id. OR Reactivates the user action with the given Id.
fusionauth-retrieveuseractionwithid
Retrieves the user action for the given Id. If you pass in null for the Id, this will return all the user actions.