On Tue, Nov 5, 2024 at 9:42 AM MARCO ANTONIO RIVERA ORTEGA <mrive...@usmp.pe> wrote:
> Hello everyone, I have a question. > I have currently configured Guacamole to log in through Office 365. Every > time someone enters the application, they do so and their new user is > created, however I want to be able to upload a list of specific users. > Is there a way to add users in bulk? Perhaps through a .csv or .txt file > and thus avoid the user having to log in to register for the first time in > the application. > Is this possible? > > To do this for users you'd need to script it, either inserting data directly into the database, or using the REST API. There's no bulk import for users. -Nick