List all tenants with filtering and pagination
Super Admin
List all tenants with filtering and pagination
GET
List all tenants with filtering and pagination
Query Parameters
Filter by alpha approval status
Available options:
PENDING, APPROVED, REJECTED Example:
"PENDING"
Search by tenant name or email
Example:
"acme"
Page number (1-based)
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Sort by field
Available options:
createdAt, name, alphaApprovalStatus Sort order
Available options:
asc, desc Response
200 - application/json
The response is of type object.
