Re: [rt-users] Creating users using CLI: assigning to a group?

2008-08-25 Thread Stephen Turner
On Fri, 22 Aug 2008 01:36:02 -0400, Graham Ballantyne [EMAIL PROTECTED] wrote: I'm working on a script to create users in RT based on a list of usernames. I need to add these users to an RT group upon creation. I can do it by doing an INSERT into the GroupMembers table, but I'm wondering if

Re: [rt-users] Creating users using CLI: assigning to a group?

2008-08-22 Thread Graham Ballantyne
Also: is it possible to get a list of group membership via the CLI or perl API? The CLI help says it should be possible: rt help groups Users and groups are identified by name or numeric ID. The following generic operations may be performed upon them: - list - show - edit

[rt-users] Creating users using CLI: assigning to a group?

2008-08-21 Thread Graham Ballantyne
I'm working on a script to create users in RT based on a list of usernames. I need to add these users to an RT group upon creation. I can do it by doing an INSERT into the GroupMembers table, but I'm wondering if there's a more official and elegant way? -- Graham Ballantyne [EMAIL