List customers
GEThttps://api.evora.lol/api/developer-api/users
Requires scopeusers:read
App-scoped keys are implicitly filtered to their application, which means customers with no subscription to that app are not listed.
Query parameters
| page integer | 1-based page number. Default: 1 · Minimum: 1 |
| limit integer | Rows per page. Default: 25 · Range: 1–100 |
| search string | Substring match. Intended for dashboard search — never use it as a login lookup. |
| appId string (uuid) | Return only users holding a subscription to this application. |
Responses
200Customers.
More in Users
- getLook up a customer by username
- 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
- postBulk customer actions
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs