Imports users from csv

1
0
-1

Hello,
Can I import users data from csv files on portal ?
Is it possible ?

1 answer

1
0
-1

It is not a native feature but technically this is possible. You can develop a piece of software that will parse the CSV file and use Bonita REST API to create the users. Please refer to the documentation about REST API and more specifically to the identity API to find how to use APIs.

Notifications