Activepieces home pagelight logodark logo
  • GitHub
  • Pieces
  • Get Started
  • Get Started
Documentation
Develop Pieces
Embedding
API Reference
Deploy
Handbook
Getting Started
  • What is Activepieces?
  • Product Principles
AI
  • MCP
Flows
  • Building Flows
  • Passing Data
  • Publishing Flows
  • Debugging Runs
  • Version History
  • Technical limits
Platform Admin
  • Overview
  • Appearance
  • Managed Projects
  • Custom Domains
  • Manage Templates
  • Manage Pieces
  • Replace OAuth2 Apps
  • Customize Emails
  • Manage AI Providers
Operations
  • Environments & Releases
  • Audit Logs
    • Overview
    • Flow Created
    • Flow Updated
    • Flow Deleted
    • Connection Upserted
    • Connection Deleted
    • Flow Run Started
    • Flow Run Finished
    • Folder Created
    • Folder Updated
    • Folder Deleted
    • User Signed In
    • User Signed Up
    • User Email Verified
    • User Password Reset
    • Signing Key Created
Security
  • Security & Data Practices
  • Project Permissions
  • Single Sign-On
About
  • i18n Translations
  • Editions
  • Breaking Changes
  • Changelog
  • Telemetry
  • License
Audit Logs

User Email Verified

The schema is of type object.

Suggest editsRaise issue
User Signed UpUser Password Reset
websitegithubdiscord
Powered by Mintlify
Copy
Ask AI
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "platformId": "<string>",
  "projectId": "<string>",
  "projectDisplayName": "<string>",
  "userId": "<string>",
  "userEmail": "<string>",
  "ip": "<string>",
  "action": "user.signed.in",
  "data": {
    "user": {
      "id": "<string>"
    }
  }
}
Assistant
Responses are generated using AI and may contain mistakes.