Advertising banner:
PGADD  
Help Contents • Administration • FirstClass Scripting • Help Document
   
   
   
PGADD



Function
Adds a user, conference, mail list, or group calendar to one or more groups.



Syntax
For users by user ID:
PGADD userID G1 ... Gn
For users by client ID:
PGADD clientID G1 ... Gn +c
For conferences, calendars, or mail lists by name:
PGADD name G1 ... Gn
For conferences, calendars, or mail lists by client ID:
PGADD clientID G1 ... Gn +c
Parameters


userID
The user ID of the user to be assigned to the user group(s).
name
The Directory name of the conference, mail list, or calendar.
G1...Gn
The name(s) of the user group, conference group, or calendar group.
+c
Required if using client ID.




Examples
To add Sue Bram to the Employee and East Coast user groups, you would enter:
PGADD sbram Employee "East Coast"
Sue Bram's client ID is 1702, to add her to the Employee and East Coast user groups, you would enter:
PGADD 1702 Employee "East Coast" +c
User IDs can be changed, however Client IDs never change and are never reused. Systems that are exclusively managed through FirstClass scripting generally use the client ID.
The Employee Lounge conference client ID is 1567. To add it to the Employee Conferences group, you would enter:
PGADD 1572 "Employee Conferences" +c
To add Employee Lounge to the Employee Conferences group, you would enter:
PGADD "Employee Lounge" "Employee Conferences"



Related commands
To add a user to a group at registration see ADD NETWORK/ADD TELECOM.
To remove a user, conference, mail list, or group calendar from a group see PGDEL.
To add an unpublished container to a group, see PUT PERMISSIONS.