/systemuser/updatePassword

Prev Next
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