Trello API MANAGED_MEMBERS_REQUIRE_OWNEDBY_ENTERPRISE_ID error

24 views Asked by At

I'm using trello API to create organization and got this error

{
    "message": "MANAGED_MEMBERS_REQUIRE_OWNEDBY_ENTERPRISE_ID"
}

API call

POST https://api.trello.com/1/organizations?key=<key>&token=<token>&displayName="name"

Is there something wrong or I need to configure what to enable this action

0

There are 0 answers