POST v1/reset?appUrl={appUrl}
Set a new password for a user, using a password reset token.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appUrl |
URI |
Required |
Body Parameters
A password reset wrapper
PasswordResetName | Description | Type | Additional 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>8278ce2d-d54f-41b2-a449-818e7345198e</Token> <Password>sample string 2</Password> </PasswordReset>
Response Information
Resource Description
None.