Retrieve 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.