Reset password for a contact

post

/services/rest/connect/v1.4/contacts/{id}/resetPassword

Request

Path Parameters
Back to Top

Response

Default Response

Back to Top

Examples

Use POST with the following syntax to reset a contact's password:

https://your_site_interface/services/rest/connect/version/contacts/contact_id/resetPassword

Request URI example

https://mysite.example.com/services/rest/connect/v1.4/contacts/1/resetPassword

Response example

The status 200 OK is returned, indicating that the reset password request is successful. An e-mail with the Reset Password link is sent to the contact.

Back to Top