Class AdminUserResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.AdminUserResource
REST API for
User
management actions that require elevated privileges.- Since:
- 8.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
changePassword
(String username, Credentials credentials) javax.ws.rs.core.Response
createUser
(UserDetailsForCreation userDetailsForCreation) javax.ws.rs.core.Response
javax.ws.rs.core.Response
javax.ws.rs.core.Response
-
Constructor Details
-
AdminUserResource
-
-
Method Details
-
createUser
public javax.ws.rs.core.Response createUser(UserDetailsForCreation userDetailsForCreation) throws URISyntaxException, UnsupportedEncodingException -
disable
-
enable
-
delete
-
changePassword
-