Re: Is there a way to get the list of guacamole users thru API?

2019-01-07 Thread Olivier Chamberaud
Many thanks Nick. I was able to do it with your Python app and created a php curl sample available at https://github.com/ochamber/guacamole_users BR. Olivier. Le lun. 7 janv. 2019 à 12:13, Nick Couchman a écrit : > > > On Mon, Jan 7, 2019 at 6:01 AM Olivier Chamberaud < >

Re: Is there a way to get the list of guacamole users thru API?

2019-01-07 Thread Olivier Chamberaud
Hi, I was able to get information thru curl & php but the token has a time to live of 60 minutes. Is there a way to login to Guacamole with username/password and get a valid token? if yes, can you please provide a sample URL on the way to do it (I've tried

Re: Is there a way to get the list of guacamole users thru API?

2019-01-04 Thread Nick Couchman
On Fri, Jan 4, 2019 at 10:21 AM Duarte Rocha wrote: > There is already this: > > https://github.com/pschmitt/guacapy > > Very cool, thank you! -Nick

Re: Is there a way to get the list of guacamole users thru API?

2019-01-04 Thread Duarte Rocha
There is already this: https://github.com/pschmitt/guacapy On Fri, Jan 4, 2019 at 2:54 PM Nick Couchman wrote: > > > On Fri, Jan 4, 2019 at 9:51 AM Olivier Chamberaud < > olivier.chamber...@gmail.com> wrote: > >> Excellent! Many thanks for your help. >> > > Forgot to include the link to the

Re: Is there a way to get the list of guacamole users thru API?

2019-01-04 Thread Olivier Chamberaud
Excellent! Many thanks for your help. Le ven. 4 janv. 2019 à 15:02, Nick Couchman a écrit : > On Fri, Jan 4, 2019 at 3:49 AM ochamber > wrote: > >> Hi, >> >> I'm wondering what would be the best way to get the list of guacamole >> users >> from an external system? Is there any existing