put
https://api.octapipe.com/users/bulk (COPY)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Bulk updates filtered user records in the database.
Click on the image below to enlarge the demonstration in Postman.

Payload example:
{
"filters": [
{
"field": "email",
"operator": "like",
"value": "@tesla"
}
],
"values": {
"role": "admin"
}
}