cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remove User from Group

Former Member
0 Likes
472

Hi

Is it possible to remove the particular User from the standard Group(Authenticated Users) through UME Api's??

Regards,

Mythili

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

What are you trying to achieve?

Romano

Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

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