Reset Password
Operation | Attributes | Description | Valid URIs |
---|---|---|---|
ResetPassword |
newPassword: The user's new password, encoded using base64 |
Updates it to the value of "newPassword." Configuration Server will be responsible for applying the password rules. |
/users/{id} (admins only!) |
Examples
Request:
POST ...api/v2/users/5804abe284374b5bb0a18f57f5c9043d { "operationName":"ResetPassword", "newPassword":"MQ==" }
Response:
{ "statusCode": 0 }
This page was last edited on October 24, 2013, at 22:17.
Comments or questions about this documentation? Contact us for support!