Magento get admin user id: You can get admin user id in magento from admin user session ie. Mage::getSingleton(admin/session); You can get admin user name, username, email, first name and last name also from the admin user session. Here we are going to demonstrate this with syntax and example.for more info:- http://tutorialsplane.com/magento-get-admin-user-id/