Request ‒ Users/ForgotPassword
Property | Type | Description | Mandatory |
---|
email | String | The IoT Platform User’s email to which to send the email. | Y |
url | String | The URL of the Application to which to allow the User to renew their password. | Y |
Example JSON Users/ForgotPassword Request
curl -X POST \
https://api.stg.axonize.com/odata/users/forgotPassword \
-H ‘Content-Type: application/json’ \
-H ‘Authorization: Token’ \
-d ‘{
“email”:”demouser@axonize.com”,”url”:”demo.stg.axonize.com/demoapp
}’’