Rest
Requests a password reset/change for the user. This sends the user an email with instructions on how to change their password.
post/Users/{id}/RequestPasswordChange
Path parameters
idinteger required
the user id
Headers
Authorizationstring required
Bearer {user_token}
Response
NoContent