Class AdminGroupResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.AdminGroupResource
REST API for
Group
management actions that require elevated privileges.- Since:
- 8.2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdminGroupResource
-
-
Method Details
-
create
public javax.ws.rs.core.Response create(Group model) throws URISyntaxException, UnsupportedEncodingException Create the givenGroup
identified by name. -
delete
Delete the givenGroup
identified by groupName.- Parameters:
groupName
- the group name to be deleted
-