cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

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

Regards,

Mythili

0 Likes
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