POST v1/reset?appUrl={appUrl}

Set a new password for a user, using a password reset token.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appUrl URI

Required

Body Parameters

A password reset wrapper

PasswordReset
NameDescriptionTypeAdditional information
Token The reset token.
globally unique identifier

None.

Password The user's new password.
string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PasswordReset xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Token>f599b9f3-27ed-47b1-a87f-dc7413f7490d</Token>
  <Password>sample string 2</Password>
</PasswordReset>

Response Information

Resource Description

None.