Page tree
Skip to end of metadata
Go to start of metadata

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"
}
  • No labels