This record as markdown: /tools/io-fusionauth-mcp-api/createuserverifyemail.md
What createUserVerifyEmail does on Fusionauth
AI agents use createUserVerifyEmail to create or update resources in Fusionauth, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Fusionauth environment.
Why createUserVerifyEmail is rated Medium
This tool modifies user account state by marking a user as email-verified, which is a reversible administrative action. It does not delete data (Destructive), move money (Financial), or execute arbitrary code (Execute).
From the tool's definition Tool name 'createUserVerifyEmail' and description 'Administratively verify a user' indicate modification of user state. The term 'verify' applied to a user account constitutes a change to user account status/attributes.
Attacks that exploit this kind of access
The rule that runs createUserVerifyEmail safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Fusionauth, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For createUserVerifyEmail, this is the rule to start with:
createUserVerifyEmail stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Fusionauth, apply this rule, and every createUserVerifyEmail call is checked against it from then on.
Questions about createUserVerifyEmail
Administratively verify a user. It is categorised as a Write tool in the Fusionauth MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Fusionauth MCP server in PolicyLayer and add a rule for createUserVerifyEmail: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Fusionauth. Nothing to install.
createUserVerifyEmail is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the createUserVerifyEmail rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for createUserVerifyEmail. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
createUserVerifyEmail is provided by the Fusionauth MCP server (@fusionauth/mcp-api). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Fusionauth, and thousands of servers like it.
This server
Across the catalogue