URL
POST https://{api-url}/api/v2/tenants/{orgId}/users/{userId}/changePassword
Sample URLs
https://{api-url}/api/v2/tenants/client_69919/users/USR0000002252/changePassword
Parameters
All fields are mandatory:
Field | Data Type | Description |
---|---|---|
currentPassword | String | User current password. |
newPassword | String | User new password. Password must have a minimum of 7 characters with at least:
|
confirmPassword | String | Provide the new password to confirm the update of the password. |
Sample request
{
"currentPassword" : "OpsIT123",
"newPassword" : "ChangeMe@1234",
"confirmPassword" : "ChangeMe@1234"
}
Sample response
Null