cancel
Showing results for 
Search instead for 
Did you mean: 

Need impex-to create multiple groups for user

Former Member
0 Kudos

As creating user-we need to create multiple groups for some users.as I am unaware of how to create .please help me with the same. Relationship between group.with users..i need to understand.

thanks, rakesh

Accepted Solutions (1)

Accepted Solutions (1)

bhavirisetty
Active Participant
0 Kudos

Hi,

You can achieve like this,

 INSERT_UPDATE User;uid[unique=true];name;groups(uid)[mode=append];
 ;uid;name;usrgrp1,usrgrp2,usrgrp3,so-on-grps

Thanks

Answers (0)