Sha256: 22c9f3a6c8babaa524737a2f61b10f18d580dae7df3cf1d18c4d4f39bb759777
Contents?: true
Size: 1.68 KB
Versions: 2
Compression:
Stored size: 1.68 KB
Contents
# stcloud::ResetPasswordApi All URIs are relative to */* | 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** > GenericMapBasedApiResponse reset_password_using_post(body) Reset Password ### Example ```ruby # load the gem require 'stcloud' # setup authorization stcloud.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 = stcloud::ResetPasswordApi.new body = stcloud::UserInfo.new # UserInfo | dto begin #Reset Password result = api_instance.reset_password_using_post(body) p result rescue stcloud::ApiError => e puts "Exception when calling ResetPasswordApi->reset_password_using_post: #{e}" end ``` ### Parameters | Name | Type | Description | Notes | | -------- | --------------------------- | ----------- | ----- | | **body** | [**UserInfo**](UserInfo.md) | dto | ### Return type [**GenericMapBasedApiResponse**](GenericMapBasedApiResponse.md) ### Authorization [api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
SematextCloud-0.3.1 | docs/ResetPasswordApi.md |
SematextCloud-0.3.0 | docs/ResetPasswordApi.md |