Bulk customer actions
POSThttps://api.evora.lol/api/developer-api/users/bulk
Requires scopeusers:write
Body
| actionrequired enum | One of: delete_selected · ban_selected · unban_selected · reset_hwid_selected · extend_selected |
| idsrequired string (uuid)[] | |
| reason string | |
| appId string (uuid) | Required by extend_selected. |
| days integer | Required by extend_selected. |
| blacklistHwid boolean | |
| blacklistIp boolean |
Responses
200Applied.
json
{ "success": true, "affected": 5 }
More in Users
- getLook up a customer by username
- getList customers
- postCreate a customer
- getGet a customer
- putUpdate a customer
- deleteDelete a customer
- postMint a password-reset token
- postConsume a reset token and set the new password
- postBan a customer
- postUnban a customer
- postReset a customer's HWID
- getRead a customer's two-factor state
- deleteReset a customer's two-factor authentication
- postReset a customer's device binding
- postMint a one-time SDK login token (panel SSO)
- postRedeem a license key on a customer's behalf
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs