Users

Reset user password

post/users/initiatePasswordReset/{userId}/{firstTimeReset}

Path parameters

userIdstring required
Example:12345

Numeric ID of the user

firstTimeReset'0' | '1' required

First time reset is set to 1 only for new user registrations.

Response

Reset user password response

savedboolean
successstring

Example response

{
  "success": "New credentials sent."
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.