Creating / Updateing Users - Bulk

Confluence User - 06 Oct, 2016

Hi

We are wanting to add / update all our users (100's) and permissions by importing from an external file / files.  Is there any way I can do this and does any one have any code examples

 

Cheers

 

 

Ants 

 

user

1


06 Oct, 2016
confluenceUser
confluenceUser

Hi Ants Hurdley

You can use your favorite database utility to add records into your Joget Workflow database, example below:

INSERT INTO dir_user (`id`, `username`,..............) VALUES ('myusername', 'myusername'.........);

INSERT INTO dir_user_role (`roleId`, `userId`) VALUES ('ROLE_USER', 'myusername');

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print