Re: API questions

2023-07-14 Thread Daan Hoogland
> From: Daan Hoogland > Sent: Friday, July 14, 2023 10:26 AM > To: users@cloudstack.apache.org > Subject: Re: API questions > > first thought JeanPaul, > Is the user with these credentials (apikey/secretkey) allowed to execute > creatUser? > >

Re: API questions

2023-07-14 Thread JeanPaul van der Mijle
To: users@cloudstack.apache.org Subject: Re: API questions first thought JeanPaul, Is the user with these credentials (apikey/secretkey) allowed to execute creatUser? On Fri, Jul 14, 2023 at 10:13 AM JeanPaul van der Mijle < jp.vandermi...@hyperai.ai> wrote: > Hi all, > > I am t

Re: API questions

2023-07-14 Thread Daan Hoogland
first thought JeanPaul, Is the user with these credentials (apikey/secretkey) allowed to execute creatUser? On Fri, Jul 14, 2023 at 10:13 AM JeanPaul van der Mijle < jp.vandermi...@hyperai.ai> wrote: > Hi all, > > I am trying to create accounts using the API. However, upon sending the > request,

API questions

2023-07-14 Thread JeanPaul van der Mijle
Hi all, I am trying to create accounts using the API. However, upon sending the request, I always get the error back about "invalid credentials or signature". My code is as follows: $command['command'] = "createUser"; $command['account'] = $username; $command['email'] =