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.
What are you trying to achieve?
Romano
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It is not possible to remove the default groups (Authenicated & Everyone) from the user. Suppose try to remove the default group from the user, getting this error message "You are not authorized to remove the entities" using administrator.
Regards
Prakash T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hello Mythili,
Removing an user from 'Authenticated Users' or 'Everyone' Group is not possible. By default portal doesn't support this
action.
Thanks,
Venkatesh R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 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.