Sha256: 9e18f545ef991a21288d98bfadaaa2ea58225359211661baf4e7d894383abcb2
Contents?: true
Size: 1.44 KB
Versions: 5
Compression:
Stored size: 1.44 KB
Contents
# SematextCloud::ResetPasswordApi All URIs are relative to *https://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**reset_password_using_post**](ResetPasswordApi.md#reset_password_using_post) | **POST** /users-web/api/v3/account/password/reset | Reset Password # **reset_password_using_post** > GenericApiResponse reset_password_using_post(dto) Reset Password ### Example ```ruby # load the gem require 'SematextCloud' # setup authorization SematextCloud.configure do |config| # Configure API key authorization: api_key config.api_key['Authorization'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = SematextCloud::ResetPasswordApi.new dto = SematextCloud::UserInfo.new # UserInfo | dto begin #Reset Password result = api_instance.reset_password_using_post(dto) p result rescue SematextCloud::ApiError => e puts "Exception when calling ResetPasswordApi->reset_password_using_post: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **dto** | [**UserInfo**](UserInfo.md)| dto | ### Return type [**GenericApiResponse**](GenericApiResponse.md) ### Authorization [api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json
Version data entries
5 entries across 5 versions & 1 rubygems