Password
Change user password.
Path parameters
userstringRequired
Username
Body
Responses
200
Ok
*/*
Responseobject
post
/ldap/user/{user}/passwordPOST /ldap/user/{user}/password HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"data": {
"pass": "text",
"newPass": "text"
}
}200
Ok
{}Was this helpful?

