> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gosentrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Events

> Complete list of webhook events

## User Events

| Event                   | Description              |
| ----------------------- | ------------------------ |
| `user.created`          | New user account created |
| `user.updated`          | User account updated     |
| `user.deleted`          | User account deleted     |
| `user.login`            | User logged in           |
| `user.logout`           | User logged out          |
| `user.email_verified`   | User email verified      |
| `user.mfa_enrolled`     | User enrolled in MFA     |
| `user.password_changed` | User password changed    |

## Tenant Events

| Event                   | Description           |
| ----------------------- | --------------------- |
| `tenant.created`        | New tenant created    |
| `tenant.updated`        | Tenant updated        |
| `tenant.status_changed` | Tenant status changed |
| `tenant.suspended`      | Tenant suspended      |

## Security Events

| Event                            | Description                  |
| -------------------------------- | ---------------------------- |
| `security.break_glass_initiated` | Break-glass access initiated |
| `security.break_glass_approved`  | Break-glass access approved  |
| `security.break_glass_revoked`   | Break-glass access revoked   |
| `security.suspicious_activity`   | Suspicious activity detected |

## SSO Events

| Event                   | Description           |
| ----------------------- | --------------------- |
| `sso.provider_created`  | SSO provider created  |
| `sso.provider_updated`  | SSO provider updated  |
| `sso.provider_deleted`  | SSO provider deleted  |
| `sso.provider_enabled`  | SSO provider enabled  |
| `sso.provider_disabled` | SSO provider disabled |
