Staff Creation through API?

Is there any way to create Staffs through API?
We are planning to add multiple authors to a blog. Can we create authors by any means other than inviting them through Ghost user interface?

The Ghost Admin API is documented here:

There is no documented method to create new staff users through it.

If you are familiar with using the Chrome Inspector, you could use the Network tab to watch what API call your browser makes to create a user when one is created manually.

You could then use that as a template to create the same API call directly, making sure to send along the same cookie header that your browser would. Since that method is not an official, documented API it might break in the future when Ghost is upgraded.

Hi Markstos,
Thanks for the reply.
I was able to achieve this by watching the API calls they make.