PUT Session/CreatePassword
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "2025-10-29T09:06:46.67238-07:00",
"dateTimeExpire": "2025-10-29T09:06:46.67238-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>2025-10-29T09:06:46.67238-07:00</DateTimeExpire> <DateTimeSent>2025-10-29T09:06:46.67238-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:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.