---
title: "Resellers"
description: "Endpoints for finding and creating sub-resellers in the OneStream compatibility dialect."
---

# Resellers

Manage sub-resellers with OneStream conventions. A reseller key can only create sub-resellers under itself, and only when it carries the `subresellers:write` scope. Admin keys can create top-level resellers as well.

## Endpoints

| Endpoint | Method and path | What it does |
|---|---|---|
| [Find sub-reseller](/docs/?page=os-ref-users-find) | `GET /ext/user/find` | Look up a sub-reseller by its username. |
| [Create sub-reseller](/docs/?page=os-ref-users-create) | `POST /ext/user/create` | Creates a sub-reseller under the caller. |
