Wednesday, 3 July 2013

Magento: Get details of all Admin users


$adminUserModel = Mage::getModel('admin/user');
$userCollection = $adminUserModel->getCollection()->load(); 
Mage::log($userCollection->getData());

No comments:

Post a Comment

Thanks for your comments.