shy-traffic-16773
09/26/2025, 11:30 AMschema_id
for our users and adds an extra trait. Since we have thousands of users, the script was running for ~24 hours. A few of them failed for various reasons, but we have a few suspicious ones:
{
"error": {
"code": "400",
"details": {
"ruleId": "738b1b04"
},
"message": "Blocked",
"reason": "Request has been marked as malicious.",
"status": "Bad Request"
}
}
How could we avoid these errors?high-optician-2097
shy-traffic-16773
09/26/2025, 3:54 PMPATCH /admin/identities/{id}
endpoint with a payload like this:
[{"op":"replace","path":"/schema_id","value":"30881f94c6f11462c692fed0f8fa37628b915 ..."},{"op":"replace","path":"/credentials/password/config/hashed_password","value":"$2y$10$ ..."},{"op":"replace","path":"/traits/phone","value":"+123 ..."}]}