Change Password

Changes the password.

Path Parameters

  • partnerIdstringrequired

    Partner Id defined for the tenant

  • userIdstringrequired

    Unique Identifier (UUID) for OpsRamp user

Request Body

application/json

  • currentPasswordstringrequired

    User current password.

  • newPasswordstringrequired

    User new password. Password must have a minimum of 7 characters with at least: - One number (0-9) - One special character (#,!, $,*) - One lowercase (a-z) - One uppercase (A-Z) character

  • confirmPasswordstringrequired

    Provide the new password to confirm the update of the password.

Loading Examples...

Responses

200OK