Get forgot password token
POST/identity/v2/manage/account/forgot/token
Generates a forgot password token for the user and optionally sends an email with the token.
Request
Responses
- 200
- 400
- 401
- 403
Forgot password token generated successfully.
Bad Request - Invalid or missing parameters.
Unauthorized - The request requires user authentication.
Forbidden - The client is not authorized to perform this action.