Tool tree
Holiday homes in Blavand, Denmark
forgotPasswordSensitive Action
Sends a password reset email to the provided email address.
View tool JSON
{
"name": "forgotPassword",
"kind": "transact",
"impl": "declarative",
"description": "Sends a password reset email to the provided email address.",
"inputSchema": {
"type": "object",
"properties": {
"Username": {
"type": "string",
"description": "The email address to send the password reset link to."
}
},
"required": []
}
}