Options: {
    newUserName?: string;
    templateUser: string;
}

Used to initialize default values for fields based on a templateUser user. This user will be part of the Standard User profile.

Type declaration

  • Optional newUserName?: string
  • templateUser: string