Difference between revisions of "User Role Removal Utility"

From Hornbill
Jump to navigation Jump to search
m (Samuels moved page User Role Removal to User Role Removal Utility without leaving a redirect)
m
 
Line 1: Line 1:
 
This utility functions through the command line parameters only - i.e. no configuration file.
 
This utility functions through the command line parameters only - i.e. no configuration file.
 +
 
The CSV file given as parameter ''-file'' '''REQUIRES''' a header with field name(s).
 
The CSV file given as parameter ''-file'' '''REQUIRES''' a header with field name(s).
 +
 
The column/field to use is given in the '''-header=field''' parameter, but defaults to '''userid''' (case-sensitive!).
 
The column/field to use is given in the '''-header=field''' parameter, but defaults to '''userid''' (case-sensitive!).
 
<pre>
 
<pre>

Latest revision as of 16:32, 5 January 2022

This utility functions through the command line parameters only - i.e. no configuration file.

The CSV file given as parameter -file REQUIRES a header with field name(s).

The column/field to use is given in the -header=field parameter, but defaults to userid (case-sensitive!).

  -api string
        API Key
  -debug
        Debug mode - additional logging (default true)
  -dryrun
        Dry Run
  -file string
        CSV File
  -header string
        The header/fieldname in the CSV to use (default "userid")
  -instance string
        Instance ID
  -version
        Return version and end