Requires authentication
Endpoint
Query Parameters
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve list of admins
GET /admins
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
{
"success": true,
"data": [
{
"id": "uuid",
"fullname": "Admin Name",
"email": "[email protected]",
"isActive": true,
"createdAt": "2024-01-01T00:00:00Z"
}
]
}
Was this page helpful?