Skip to main content
POST
/
rpc
/
json
Error
A valid request URL is required to generate request examples
{
  "jsonrpc": "<string>",
  "error": {
    "message": "<string>",
    "data": "<unknown>"
  },
  "id": "<string>"
}

Body

application/json

JSON-RPC request envelope for facade.AuthFacadeServices.change#OwnPassword

jsonrpc
string
required
Allowed value: "2.0"
id
required
method
string
required
Allowed value: "facade.AuthFacadeServices.change#OwnPassword"
params
object

Change the authenticated user's own password using Moqui's standard password policy checks.

Response

200 - application/json

JSON-RPC response — success envelope, or protocol error object

Dispatcher-level failure: protocol errors (-32xxx), unhandled service errors (code 500), or authorization denial (code 403). Facade business validation does NOT use this shape — it returns a success envelope with result.ok=false and result.errors[].

jsonrpc
string
required
Allowed value: "2.0"
error
object
required

JSON-RPC error object as emitted by the Moqui dispatcher

id