---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/authy/api/reporting/account_recovery_canceled#article
headline: account_recovery_canceled
description: Learn about the properties of the account_recovery_canceled event from Twilio Authy API.
url: https://www.twilio.com/docs/authy/api/reporting/account_recovery_canceled
inLanguage: en
dateModified: 2026-03-09T18:47:22.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# account\_recovery\_canceled

This event is triggered when an account recovery is canceled.

account\_recovery\_canceled is a **User/Admin** event, and will be generated for SoftToken and OneTouch usage.

## Event attributes

| event                         | The name of the event                                                                                                            |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| objects.user.s\_authy\_id     | The user's Authy ID                                                                                                              |
| objects.user.as\_authy\_ids   | A list of Authy IDs associated with a user; a user may have multiple Authy IDs if they created and then merged multiple accounts |
| objects.user.b\_banned        | Whether or not the user is banned                                                                                                |
| objects.user.s\_country\_code | The country code of the user's phone number                                                                                      |
| objects.user.s\_locale        | The locale of the user                                                                                                           |
| objects.user.s\_phone\_number | The user's phone number                                                                                                          |
| request.id                    | The unique ID of the request                                                                                                     |
| request.ip                    | The IP address where the request originated                                                                                      |
| time                          | The datetime when the event happened                                                                                             |
