TIBCO Spotfire® Server and Environment - Installation and Administration

add-member

Adds a user or group as a member of a specified group.

add-member 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
<-g value | --groupname=value> 
[-u value | --member-username=value] 
[-m value | --member-groupname=value]

Overview

Use this command to add an existing user or group as a member of another existing group.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. See Bootstrap.xml file.
-g value
--groupname=value
Required none The name of the group to which the member should be added. Unless the group is part of the internal SPOTFIRE domain, the name of the group must include the group's domain name, for example "RESEARCH\group" or "group@research.example.com".
-u value
--member-username=value
Required, unless the --member-groupname argument is specified. none The name of the user to add as a member of the specified group. Unless the user is part of the configured default domain, the name of the user must include the user's domain name, For example "RESEARCH\user" or "user@research.example.com". The --member-username and --member-groupname arguments are mutually exclusive.
-m value
--member-groupname=value
Require, unless the --member-username argument is specified. none The name of the group to add as a member of the specified group. Unless the group is part of the internal SPOTFIRE domain, the name of the group must include the group's domain name, for example "RESEARCH\group" or "group@research.example.com". The --member-username and --member-groupname arguments are mutually exclusive.