This api will help users to reset their password when they forgot
Example
aiware userPasswordForgot X-Correlation-Id:value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| adminUserPasswordForgotRequest | AdminUserPasswordForgotRequest | Needs to provide the info to reset user's password when they forgot | [optional] |
Return type
AdminUserPasswordForgotResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json