How can we help?

Searching:

0 results found

Users/ResetPassword

POST /odata/users/resetPassword

Description

This option is only enabled for administrators. An administrator’s Token must be included in the request header.

This option forces a User to change their password. It sends an email to a User containing a link that enables that User to reset his or her password.

See the following for request and response details ‒

See Also

Request ‒ Users/resetPassword

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

}’

Response ‒ Users/resetPassword

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

Example JSON Users/ResetPassword Response

Status 200 – OK