guacamole-rest-api-documentation icon indicating copy to clipboard operation
guacamole-rest-api-documentation copied to clipboard

Unofficial REST API documentation for Apache Guacamole.

Results 10 guacamole-rest-api-documentation issues
Sort by recently updated
recently updated
newest added

Greetings. First of all, thank you for this documentation, it is very helpful! I have a question about the API tokens: Are they permanent, or do they expire after a...

The commands work independently...if I use the command "New-GuacUser -DataSource mysql -Parameters $GuacParameters" to create a single user, it works fine. I start getting the error when I put the...

I searched for them, but I found nothing. I'll appreciate any help. Thanks.

is there any other api to add connection to usergroup the one provided is giving error and the error is not explained , i have tried everything ![Screenshot (98)](https://user-images.githubusercontent.com/100187078/158155959-0a82ed88-8bf8-4e77-8f53-baa95e2a751e.png)

Is there a PATCH API endpoint for adding permissions for user groups to access sharing connection profiles? I do not see it documented here.

Is there a "Kill session" call for this api? In the client UI, there is a button doing just that but I can't seem to find any API call for...

Hello, How would an api request looks like when using openid extension + cognito for authentication? We are trying to make a api call from a external application with the...

![Test](https://user-images.githubusercontent.com/19647156/234550127-d517e9cd-52ee-4145-bcde-243c50dfec14.png) May I ask how to obtain the UID after /#/client? look forward to your reply, thank u so mach ~

Hi, Guacamole 1.4.0 version. I am using python requests to make API call to generate token which I plan to use to make other API calls. ``` >>> import requests...

Hi, first of all thanks for the huge work already done !! It helped me a lot. I have an issue and I don't know if i'm doing something wrong...