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

Remove User from Group

Former Member
0 Likes
483

Hi

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

Regards,

Mythili

View Entire Topic
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