java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.GroupResource

@ExperimentalApi public class GroupResource extends Object
Non-admin operations for user groups
  • Constructor Details

  • Method Details

    • getGroups

      public PageResponse<Group> getGroups(String expand, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo)
    • getGroup

      public Group getGroup(String groupName, String expand)
    • getMembers

      public PageResponse<Person> getMembers(Group group, String expand, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo)