stcloud 0.5.0

Client package for talking to Sematext Cloud.
Documentation
# {{classname}}

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(ctx, body)
Reset Password

### Required Parameters

| Name     | Type                        | Description                           | Notes                    |
| -------- | --------------------------- | ------------------------------------- | ------------------------ |
| **ctx**  | **context.Context**         | context containing the authentication | nil if no authentication |
| **body** | [**UserInfo**]UserInfo.md | dto                                   |

### Return type

[**GenericMapBasedApiResponse**](Generic Map Based Api Response.md)

### Authorization

[api_key](../README.md#api_key),

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)