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 6 Next »

Introduction

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

Event Information

Value

Available from version

Release 6.x - Moléson

Event ID

22

Event Data Contract

UserAccountDeactivationRequested

Event Data

The following data is contained in the event data.

{   
  RequestedBy: string, //possible values: user - when deactivated by user himself, admin - when deactivated by administrator, system - when deactivated by task
  IdentityId: uint,
  IdentityDisplayName: string,
  RequestorCoreIdentityId: uint,
  EventOccuredUtc: DateTime,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string
}

  • No labels