Resellers
Manage sub-resellers with the classic XC action layout. Admin keys operate on every reseller on the panel; a reseller key can only create and manage sub-resellers under itself, and only when it carries the subresellers:write scope.
Endpoints
| Endpoint | Action | What it does |
|---|---|---|
| List users | action=get_users |
Paginated list of resellers (or sub-resellers under the caller). |
| Get user | action=get_user |
Full record for one reseller. |
| Create user | action=create_user |
Creates a reseller (admin) or a sub-reseller under the caller. |
| Edit user | action=edit_user |
Applies a partial update to a reseller's profile and permissions. |
| Adjust credits | action=adjust_credits |
Applies a delta to a reseller's credit balance or user cap. |