Identity record
Keep your customer ID, ProxyRequest user ID, lifecycle status, and last synchronization time together.
Reseller-managed users are account-scoped resources. Store the returned user ID as an immutable external identifier in your customer table.
Identity record
Keep your customer ID, ProxyRequest user ID, lifecycle status, and last synchronization time together.
Accounting record
Keep allocation operations and observed balances as append-only business events where your billing policy requires an audit trail.
| Goal | Operation |
|---|---|
| List managed users | GET /users |
| Create a sub-user | POST /users |
| Retrieve one user | GET /users/{id} |
| Edit a user | PATCH /users/{id} or the documented update method |
| Reset proxy password | POST /users/{id}/password |
| Inspect user orders | GET /users/{id}/orders |
| Remove a user | DELETE /users/{id} |
Exact method availability and body fields are defined per operation in the API Reference.
Binary and decimal units are shown separately so the allocation is explicit.
If the connection closes after a write was sent, the absence of a response does not prove the write failed. Before repeating it:
This is safer than blindly retrying a byte addition and accidentally granting the same allocation twice.