v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Site Users

Reset password for the site user.

For a given site user, send a new reset password token.

post/v1/sites/users/reset-password

Request body

emailstring required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}