Skip to content
aris alexis edited this page Feb 25, 2016 · 2 revisions

Use the second URL with the path parameter as admin to update the password of a user.

  • URL

    /users/
    or
    /users/:username

  • Method:

    PUT

  • Data Params

{ newPassword }

  • Success Response:

    • Code: 204
  • Error Response:

    • Code: 401 UNAUTHORIZED
    • Code: 400 BAD REQUEST
Clone this wiki locally