View Single Post
  #1 (permalink)  
Old 07-23-2007, 02:33 AM
Shane Shane is offline
Junior Member
 
Join Date: Jul 2007
Posts: 7
Default Creating Groups and sending Invitations via API

We have had some success with User creation thanks to the previous thread, we now need to know how to do the following:

Creation of a new group via API? We always get 'you do not have permission to create a group' (or words to that effect) even though we used UserManager.Authenticateuser()

How do we send out a manually-created invitation via the API using the group of users created in the previous step?

Any sample code for this would be greatly appreciated.
Reply With Quote