1 5/25/84 forum request: add_participant, apt
2
3 Syntax: apt person_id -control_arg
4
5
6 Function:
7 Makes the person identified by person_id eligible to participate in
8 the current meeting.
9
10
11 Argument:
12 person_id
13 is the person_id of the participant to be added.
14
15
16 Control arguments:
17 -chairman, -cm
18 Gives chairman access to the added participant. This control
19 argument is only valid for version 2 meetings.
20 -read_only, -ro
21 Allows the added participant to read transactions, but not
22 enter them.
23
24
25 Access required:
26 Only the chairman may use this request on version 1 meetings.
27 For version 2 meetings, either modify permission on the
28 containing directory, or chairman access to the meeting is required.
29
30
31 Notes:
32 -read_only and -chairman may not both be specified.