Apache Guacamole · Example Payload

Guacamole Rest User Example

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

Guacamole Rest User Example is an example object payload from Apache Guacamole, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

usernamepasswordattributeslastActive

Example Payload

Raw ↑
{
  "username": "jsmith",
  "password": "securepassword123",
  "attributes": {},
  "lastActive": "1718153645993"
}