cancel
Showing results for 
Search instead for 
Did you mean: 

Create users in MDM console

Former Member
0 Kudos

HI,

I want to create some hundreds of users in console.Hence i dont want to create it manually.

Is there any procedure to load the users into console list.

Thanks

Sree

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use the MDM Java API's CreateUserCommand(for simple user creation) and ModifyUserCommand (for modifying user properties such as name, roles, email etc.).

These commands will allow you to add a lot of users very fast, but notice that if you are using LDAP the only way to do it is via the LDAP interface and not via the API.

Regards,

Dan.

former_member226173
Active Participant
0 Kudos

Hi Sreenath,

There are couple of ways to accomplish this .

1) If you have IDM then you can push all the user ID's into the MDM system .

2) if you have direct DB access you can run some queries import the user roles and mapping directly .

Regards, Vag Vignesh Shenoy