Request ‒ Users/ChangePassword
Property
Type
Description
Mandatory
password
String
This new password must be according to the syntax defined in the passwordPolicy property of the Application to which this User belongs.
Y
invite
Boolean
Indicates whether the change password is from an invite user operation.
Y
Example JSON Users/ChangePassword Request
curl -X POST \
https://api.stg.axonize.com/odata/users/changePassword \
-H ‘Content-Type: application/json’ \
-H ‘Authorization: Token’ \
-d ‘{
“password”:”somePassword!!”,”invite”:true
}’