Request ‒ Users/resetPassword
Property
Type
Description
Mandatory
userId
String
The IoT Platform User’s ID.
Y
url
String
The URL of the Application to which to allow the User to reset their password.
Y
Example JSON Users/ResetPassword Request
curl -X POST \
https://api.stg.axonize.com/odata/users/resetPassword\
-H ‘Content-Type: application/json’ \
-H ‘appId: be517433-c4b8-4748-9258-1b1234567890’ \
-H ‘Authorization: Token’ \
-d ‘{
“userId”:”5a8416a371da9b123456789″,”url”:”demo.stg.axonize.com/demoapp”
}’