DaanHoogland commented on issue #11130:
URL: https://github.com/apache/cloudstack/issues/11130#issuecomment-3031792327

   @waiphyodev , I suppose you left out the signature on purpose and did 
include it in your attempts to create a user.
   there is “account” between the URL and the rest of the parameters,
   my try looks like
   ```
   http://host/client/api/?command=createAccount&response=json&sessionkey=… 
   ```
   and is a post request with parameters.
   ```
   
roleid=<role-id>&username=userthree&password=password&email=userthree%40mail.com&firstname=User&lastname=Three&domainid=<domain-id>
   ```
   if this seems ok,
   Have a look at the rights of the executing user, Do they have rights to this 
API. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to