ValidatedMigratedMemberEvent
v1

A Mutual help user migrated from the previous community successfully completed the community onboarding form
You are currently viewing an old version of this event (1).Read latest version →

Details

ValidatedMigratedMemberEvent payload

ValidatedMigratedMemberEvent Schema (json)
{
  "$id": "ValidatedMigratedMemberEvent",
  "type": "object",
  "properties": {
    "user": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "firstName": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "lastName": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "email": { "type": "string" },
        "validatedMigratedMember": {
          "anyOf": [{ "type": "boolean" }, { "type": "null" }]
        },
        "memberMigrationValidatedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        }
      },
      "required": ["id", "email"]
    }
  },
  "required": ["user"]
}


Edit this pageLast updated on 2024/8/5