on 2010 May 21 5:30 AM
Hi
Is it possible to remove the particular User from the standard Group(Authenticated Users) through UME Api's??
Regards,
Mythili
Request clarification before answering.
Hi Mythili ,
I am not sure if it can be done manually , but you can try using this .
This shows how to do it for a single user .
String groupid = "<unique-id of group>";
grpFact.removeUserFromGroup(userid,groupid);
Regards
Mayank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.