🤖 Reseller Panel
Bot Account Management
Bulk account creation · Password management · Quota tracking
👤 —
← Dashboard
0
remaining
☁️ 100 GB
msdn365.net
0 total · 0 used
Usage: 0% · 0 remaining
0
remaining
🚀 1 TB
365offices.com
0 total · 0 used
Usage: 0% · 0 remaining
Total Quota
—
Used
—
Remaining
—
Active Accounts
—
➕ Create Account
👥 Users 0
🔑 Change Password
📄 API Documentation
✦ Yeni Create Account
Domain:
@msdn365.net
💡 This action uses 1 quota. Remaining: —
Recently Created
Loading...
All Users
| User | Plan | Password | Date | Status | Action |
|---|---|---|---|---|---|
| Loading... | |||||
Single User — Reset Password
Select user from list, system generates password
⚡ Auto-generated Microsoft-compatible password applied to Microsoft.
Bulk Password Reset
Download all active accounts as TXT
⚠️ This action will reset all users' pifrelerini Microsoft'ta sıfırlar!
GET/api/reseller/infoKota bilgisi
Authorization: Bearer <JWT_TOKEN>
# Response:
{"success": true, "quota": 100, "used": 25, "remaining": 75, "tenant": "100gb"}
POST/api/reseller/createSingle account oluştur
{"first_name": "John", "last_name": "Doe",
"username": "john.doe", // opsiyonel
"tenant": "100gb"} // both kotada zorunlu
# Response:
{"success": true, "account": {"upn": "john.doe@msdn365.net", "password": "Xp9@nR4w..."}}
POST/api/reseller/bulkBulk create
{"prefix": "user", "count": 10, "start": 1, "tenant": "100gb"}
# Response:
{"success": true, "created": 10, "failed": 0,
"accounts": [{"upn": "user1@msdn365.net", "password": "..."}]}
POST/api/reseller/reset-pw/<id>Password sıfırla
# No body required — password auto-generated
{"success": true, "new_password": "Ab3$mKp9..."}
DELETE/api/reseller/delete/<id>Hesabı sil
{"success": true} # Kota geri eklenir
HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Request successful |
| 401 | Token missing/invalid |
| 403 | No reseller quota |
| 429 | Kota doldu |
| 400 | Invalid parameter |
| 502 | Microsoft Graph error |