All URIs are relative to https://<CONFLUENCE_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
getUser | GET /user | Get a user |
setUser | PUT /user | Update an user |
setUserPassword | PUT /user/password | Update a user password |
UserBean getUser(username)
Get a user
Name | Type | Description | Notes |
---|---|---|---|
username | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
UserBean setUser(username, UserBean)
Update an user
Name | Type | Description | Notes |
---|---|---|---|
username | String | [default to null] | |
UserBean | UserBean |
- Content-Type: application/json
- Accept: application/json
UserBean setUserPassword(username, body)
Update a user password
Name | Type | Description | Notes |
---|---|---|---|
username | String | [default to null] | |
body | String |
- Content-Type: text/plain
- Accept: application/json