Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.44 KB

ResetPasswordApi.md

File metadata and controls

34 lines (21 loc) · 1.44 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
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 dto

Return type

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

Authorization

api_key,

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]