Create user through API

I see that there are API calls for creating and deleting access keys, but I am wondering if the API has any method for creating new users. I’d love to be able to place a button on my site and add some OAuth action to proxy-create user accounts for their cores!

There is! But maybe no official documentation.

It’s used in the Spark-cli so you can take a look here:

https://github.com/spark/spark-cli/blob/master/js/lib/ApiClient.js

Look for the createuser function :slight_smile:

1 Like