Endpoint
/api/v2/tenants/{orgId}/users/{userId}/changePassword
Path Parameters
orgId
string

userId
string

confirmPassword
string

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

currentPassword
string

User current password.

newPassword
string

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