---
title: "Resellers"
description: "Actions for managing sub-resellers and adjusting their credits in the Xtream Codes / XUI.one dialect."
---

# 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](/docs/?page=xc-ref-users-list) | `action=get_users` | Paginated list of resellers (or sub-resellers under the caller). |
| [Get user](/docs/?page=xc-ref-users-get) | `action=get_user` | Full record for one reseller. |
| [Create user](/docs/?page=xc-ref-users-create) | `action=create_user` | Creates a reseller (admin) or a sub-reseller under the caller. |
| [Edit user](/docs/?page=xc-ref-users-edit) | `action=edit_user` | Applies a partial update to a reseller's profile and permissions. |
| [Adjust credits](/docs/?page=xc-ref-adjust-credits) | `action=adjust_credits` | Applies a delta to a reseller's credit balance or user cap. |
