Dear Knimers
Hope you are doing great!!
Have you tried adding multiple users at a time in knime server by using excel/csv.
I have tried using swagger OpenAPI to add users but it was adding only the last user defined in the list.
In the screenshot below you can find we are trying to add 2 users
1.newuser
2.newuser2
but in users section, you can see that only newuser2 has been added i.e the last user defined in the API body.
For each User you want to add you’d need to issue another REST call - luckily we have a way of automating this: You could e.g. adapt the same workflow we are using ourselves to handle multiple users (and groups) at once.