1. REST APIs

User account management

This section is related to actions that can undertaken on users.

GET /api/account/<id>/resetpassword

Send a request to reset the email of the entity ID of the user specified in the URL.

Example Request:

POST http://<hostname>/api/account/<id>/resetpassword
Host: hostname
Accept: */*
Content-Type: application/json; charset=UTF-8
If you have suggestions for improving this article, let us know!