java.lang.Object 
com.atlassian.confluence.plugins.restapi.resources.UserGroupResource
@Path("/user/{username}/group/{groupName}")
@Consumes("application/json")
@Produces("application/json")
 public final class  UserGroupResource 
extends Object  REST API for managing 
User to 
Group membership.
Since: 
8.2.0 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Instance Methods Concrete Methods 
jakarta.ws.rs.core.Response
 
jakarta.ws.rs.core.Response
 
 
 
 
Methods inherited from class java.lang.Object  
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
 
 
 
 
Method Details 
update 
@PUT
 public  jakarta.ws.rs.core.Response  update (@PathParam("username")
 String  username,
 @PathParam("groupName")
 String  groupName)  
 
delete 
@DELETE
 public  jakarta.ws.rs.core.Response  delete (@PathParam("username")
 String  username,
 @PathParam("groupName")
 String  groupName)