Request ‒ Users/UpdatePassword
Property
Type
Description
Mandatory
oldPassword
String
The current password of the logged‑in User.
Y
newPassword
String
The new password of the logged‑in User. This new password must be according to the syntax defined in the passwordPolicy property of the Application to which this User belongs.
Y
Example JSON Users/UpdatePassword Request
curl -X POST \
https://api.stg.axonize.com/odata/users/updatePassword \
-H ‘Content-Type: application/json’ \
-H ‘Authorization: Token’ \
-d ‘{
“oldPassword”:”someoldPassword!!”,”newPassword”:”somenewPassword!!”
}’