Skip to content

Umbrella REST API "POST /api-umbrella/v1/users" fails with Umbrella 0.11 #217

@jykae

Description

@jykae

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions