Endpoint
/api/v2/tenants/{orgId}/users/{userId}/changePassword
Path Parameters
orgIdstring
userIdstring
confirmPasswordstring
Provide the new password to confirm the update of the password.
currentPasswordstring
User current password.
newPasswordstring
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": "ChangeMe@1234",
"currentPassword": "OpsIT123",
"newPassword": "ChangeMe@1234"
}
Responses
OK