/security/currentuser

Mount Point: /apiv1/security/currentuser

GET

Get details about the current user.

Parameters

name description type default
depth Depth to expand children to query 1

Response Body

element: currentUser

(no documentation provided)

PUT

Set details of the current user.
If the "password" and "oldPassword" fields are set in the request body, the password will be changed.

Request Body

element: currentUser

The name of the user to change

Response Body

element: (custom)

HTTP 204 no content, or exception.