PUT Session/CreatePassword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "email": "sample string 2",
  "dateTimeSent": "2024-07-26T23:30:12.6209843-07:00",
  "dateTimeExpire": "2024-07-26T23:30:12.6209843-07:00",
  "token": "sample string 5",
  "newPassword": "sample string 6"
}

application/xml, text/xml

Sample:
<ResetPasswordDataToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPL.LIB.Common">
  <DateTimeExpire>2024-07-26T23:30:12.6209843-07:00</DateTimeExpire>
  <DateTimeSent>2024-07-26T23:30:12.6209843-07:00</DateTimeSent>
  <Email>sample string 2</Email>
  <newPassword>sample string 6</newPassword>
  <token>sample string 5</token>
  <username>sample string 1</username>
</ResetPasswordDataToken>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResetPasswordDataToken'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.