-
Hello John McCullough !
Seems you already know this manual https://github.com/unaio/una/wiki/Dev-API#grant-types .
To check OAuth you may try the tools like https://developers.google.com/oauthplayground/ . Another way is to install 2 UNA sites on different subdomains (or domains, it's even better). In the first UNA you need to install and enable OAuth, in the second you need to use UNA connect tool and check how they cooperate.
-
I'm happy to report that I was able to obtain a bearer token. :)
Now, I'm attempting to figure out how to make the actual create user call. I assume something with the following parameters:
module is bx_accounts
method is create_account
params is johndoe
params is testpwd,
params is John
params is Doe
params is johndoe at bigdoe dot com
-