Release : 20.2.x
Component : Spectrum Applications
To change the password for a user via REST, you can use the following URL:
PUT: http://HOSTNAME:PORT/spectrum/restful/model/0x10000a0?attr=0x11f9a&val=password
In the example above:
0x10000a0 - This is model_handle attribute for the user model.
password - This would be the password value set for the user.