What is the best way to add a list of users?

Hi all,
we need to add a list of about 70 users to our ONE DATA instance. Since this is quite a bunch, we want to avoid adding them manually, but also cannot use LDAP. Is there a way for us to mass-add this list of users, maybe through DevOps?
Thanks in advance for any help!

1 Like

For this purpose you could use the API endpoint to register the new users with a script or even a workflow and a flexible rest api processor:

http://od-api.pages.intranet.onelogic.de/#users_post (sorry but there is no public version of this documentation yet)

DevOps might have additional ways, but this is perhaps the most straightforward and repeatable way.

2 Likes

Ah, great idea, will try that! Thanks a lot!