This question is locked. New answers and comments are not allowed.
I want my app admin to be able to create new users via my app. I've set up a custom admin role for this purpose. Using the documentation, I am getting 403 errors because I'm not sending authenticated requests. How do I send an authenticated request via the REST API?