/systemuser/updatePassword
  • 1 Minute to read
  • Dark
    Light

/systemuser/updatePassword

  • Dark
    Light

Article summary

Post
/systemuser/updatePassword

Updates or create the system user password identified by the specified system user ID.
Request body example:

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

Body parameters
object
systemUserId
integer (int64)
password
string
Responses
200
object
entityKey
string
code
string
message
string
400

Was this article helpful?