Skip to main content
This topic describes the user events sent by Megaport’s webhooks.

user.registered

user.registered is sent when a user is registered. The payload of this event has the following structure:
  • company_uid (string, UUID)
  • metadata (object)
    • environment (string)
  • schema_version (string)
  • timestamp (string, date-time)
  • type (string)
  • data (object)
    • email (string, email)
    • first_name (string)
    • last_name (string)
    • person_uid (string, UUID)
    • position (string)
For example:
Last modified on August 21, 2026