Change the bitmap in the file commands.properties.in to 7 to allow domain admin to execute this api (change 3 to 7). createAccount=com.cloud.api.commands.CreateAccountCmd;3
You then might have to go into CreateAccountCmd implementation and check if there is some ACL for restricting domain admin in using this api as well. But, do you want to authorize domain admin only to use this api or other account/user apis like deleteAccount, updateAccount, createUser, deleteUser and updateUser as well ? Thanks, -Nitin -----Original Message----- From: sx chen [mailto:cloudchen0...@gmail.com] Sent: Tuesday, September 18, 2012 12:58 PM To: cloudstack-us...@incubator.apache.org Subject: How to make Domain Admin having the right adding account? hi,all I'm a CloudStack API developer,I want to know How to make Domain Admin having the right adding account? We know that only root user has the right to excute createAccount API,So what should I do?