• Articles
  • API Documentation
Show / Hide Table of Contents
  • Introduction
  • Wavefire Manager
    • Index
    • Concepts...
      • Organisations
      • Applications
      • Products
      • Tasks
      • Vendors
    • Wavefire Manager Walkthrough
    • How To...
      • Create a new Customer Organisation
      • Delete a Customer Organisation
      • Create a New User
      • Delete a User
      • Edit a User
      • Create a New Product
      • Delete a Product
      • Quota a Product to a Customer
      • Subscribe a User to a Product
    • Wavefire Manager Command Line
    • Tasks and Scripts
  • Cloud Client
    • Index
    • Cloud Client Installation Guide
    • Cloud Client Quick Start Guide
    • Command Line Switches
    • Error Codes
    • Version History

CreateUser Event

The CreateUser Event is triggered whenever a new user is created. A task attached to this event may be restricted to one or more types of organisation (e.g. ISV or Client) using the event filter.

Powershell Variables

The following variables are available to a Powershell script attached to this trigger:

  • $User - Describes the user which is being added. This variable is of type UserScriptObject.

Examples

$AccountName = $($User.AccountName)
$OrgName = $($User.Org.Name)
$OrgType = $($User.Org.Template.Name)

Legacy Support

The following legacy variables are available to a Powershell script attached to this trigger - they are provided for backward compatability only and should not be used in new scripts:

Warning

These variables are obsolete and will not be supported in the future

  • userName - The account name of the new user.
Back to top © Virium Innovations 2017