Change Password
Changes the password.
Path Parameters
- partnerId
Partner Id defined for the tenant
- userId
Unique Identifier (UUID) for OpsRamp user
Request Body
application/json
- currentPassword
User current password.
- newPassword
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
- confirmPassword
Provide the new password to confirm the update of the password.
Loading Examples...