Description

Updates the system user password identified by the specified system user ID

Available from

v9

Request path

POST [REST URL]/systemuser/updatePassword

Query Parameters

Parameter

Type

Description

Example body

{
    "systemUserId":1234,
    "password":"abcd1234"
}