Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

This event is thrown when a user request the deletion of his own account.

Event ID

21

Event Data Contract

UserDeleteAccountRequested

Event Data

The following data is contained in the event data.

{
  EventOccuredUtc: DateTime,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string
}

  • No labels