Files
nextgo/mpc/docs/admin-user-api.md
Beyhan Oğur 9eb7aea821 first commit
2026-04-26 22:15:25 +03:00

412 B
Raw Permalink Blame History

Admin User Management API

Bu doküman admin panel için kullanıcı yönetimi endpointlerini açıklar.

Base Path

/admin/users

Endpointler

1. Kullanıcı Listesi

GET /admin/users

Query Params

  • page (optional)
  • limit (optional)
  • search (optional)
  • status (optional)

Response

{
  "data": [],
  "pagination": {
    "page": 1,
    "limit": 10,
    "total": 0
  }
}