{
"userId": 0,
"tenantId": 0,
"passwordPolicy": {
"initPwd": "string",
"firstLoginCheck": "string",
"pwdValidity": 0,
"pwdLength": 0,
"pwdComponent": "string",
"historySize": 0
}
}curl --location '/web/tenant/config/updateTenantPasswordPolicy' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"tenantId": 0,
"passwordPolicy": {
"initPwd": "string",
"firstLoginCheck": "string",
"pwdValidity": 0,
"pwdLength": 0,
"pwdComponent": "string",
"historySize": 0
}
}'{
"success": true,
"errorCode": 0,
"message": "string",
"requestID": "string",
"total": 0,
"data": [
{}
]
}