How to assign User to a group using API

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2009 10:07 PM
Hi,
I have a group and i want to first find this group and then a user in this group. How can i do this through API?
Thanks
I have a group and i want to first find this group and then a user in this group. How can i do this through API?
Thanks
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 03:41 AM
In java you can do this through the Authority Service.
And if you are on the very latest versions of Alfresco you can do this through the Java Script people and groups api. There are also a smattering of Web Scripts for remote clients.
And if you are on the very latest versions of Alfresco you can do this through the Java Script people and groups api. There are also a smattering of Web Scripts for remote clients.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 01:54 PM
Thanks mrogers,
I am currently using 3.0 code version. Can you please give me any sample code?
Thanks again
I am currently using 3.0 code version. Can you please give me any sample code?
Thanks again
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 06:53 PM
For which language?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2009 01:39 PM
Java.
