Update a customer
PUThttps://api.evora.lol/api/developer-api/users/{userId}
Requires scopeusers:write
Setting password here also voids any outstanding password-reset tokens for this customer. This is the simplest way to complete a reset when you have already verified who is asking.
Path parameters
| userIdrequired string (uuid) | End-user UUID. |
Body
| username string | Length: 3–50 |
| password string | Length: 6–100 |
| email string (email) |
Request
{ "password": "newPassword123" }
Responses
200Updated.
json
{ "success": true }
More in Users
- getLook up a customer by username
- getList customers
- postCreate a customer
- getGet 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