GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-client/pull/285

    GUACAMOLE-220: Expose user groups, group membership, and group permissions 
via REST.

    This change adds the REST service side of the base API support for user 
groups added via #274.
    
    Similar to users, user groups can be accessed from 
`api/session/data/DATASOURCE/userGroups`. Permissions are exposed through the 
`.../permissions` subresource. Membership within user groups is manipulated 
through `PATCH` requests at either the user or user group level through the 
`.../memberUsers`, `.../memberUserGroups`, and `.../userGroups` subresources.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/guacamole-client user-group-rest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-client/pull/285.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #285
    
----
commit c26cf60e6bfeb5d6b2644f37964c9764df344a10
Author: Michael Jumper <mjumper@...>
Date:   2018-04-19T21:37:26Z

    GUACAMOLE-220: Expose user groups, group membership, and group permissions 
via REST.

----


---

Reply via email to