v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
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."
}