cancel
Showing results for 
Search instead for 
Did you mean: 

Mass User Change in Portal

Former Member
0 Kudos
464

Hi,

I have to add two portal roles to about 150 users. Is it possible to do it without manually adding each role to individual users?

Regards

Abdul

View Entire Topic
Former Member
0 Kudos

Hi Surekha

I want to do it with some xml / text file upload or something similar to that.

It would be a laborious process to repeat the steps for 150 users. Can you think of some other alternative?

Regards

Abdul

achim_hauck2
Active Contributor
0 Kudos

Abdul,

fastest way would be:

- go to User Management on your Java-Start-Screen

- go to "Import"

- enter somethig like this in the big text-field:


[Group]
gid=MyTestGroup
gdesc=This is the group I want
user=user1;userid2;userid3;....

- cicl "Upload"

- then assign the role to the created group

kr, achim