Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Create a new admin user
POST /admins
{
"fullname": "New Admin",
"email": "[email protected]",
"password": "securepassword123",
"isActive": true
}
{
"success": true,
"data": {
"id": "uuid",
"fullname": "New Admin",
"email": "[email protected]",
"isActive": true
}
}
Was this page helpful?