How can we help?

Searching:

0 results found

Users/ForgotPassword

POST /odata/users/forgotPassword

Description

Sends an email to a User containing a link that enables that User to renew his or her password.

See the following for request and response details ‒

See Also

Request ‒ Users/ForgotPassword

Property Type Description Mandatory
email String The Axonize 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

}’

Response ‒ Users/ForgotPassword

All the same properties in the request are returned in the response.

Example JSON Users/ForgotPassword Response

Status 200 – OK