We are using Umbrella Admin API in https://github.com/apinf/api-umbrella-dashboard project.
POST data sent:
{
"user": {
"email": "[email protected]",
"first_name": "-",
"last_name": "-",
"terms_and_conditions": true
}
Everything else works with Umbrella Admin API, but creating user fails with 403 Forbidden:
{
"error": {
"code": "API_KEY_UNAUTHORIZED",
"message": "The api_key supplied is not authorized to access the given service. Contact us at https://nightly.umbrella.apinf.io/contact/ for assistance"
}
}