Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This event is thrown when a user request the deactivation of his own or administrator activates an account.

Event Information

Value

Available from version

Release 9.x - Stockhorn

Event ID

65

Event Data Contract

UserAccountActivated

Event Data

The following data is contained in the event data.

Code Block
{
  IdentityId: uint,
  IdentityDisplayName: string,
  RequestorCoreIdentityId: uint,
  EventOccuredUtc: DateTime,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string
}