I tried to create an OAuth client as per:
curl -X POST -H “Authorization: Bearer 1234” -d name=MyApp -d type=installed
-d organization=my-org https://api.particle.io/v1/clients
and I get this error:
{
“ok”: false,
“errors”: [
“Organization not found for user’s role”
]
}
I am using the Access Key from the Setting section of the build.particle.io page where I am logged in using the same email as the the Team member shown on this page: https://dashboard.particle.io/neighbour/team
i.e. I believe the user Access Token is associated with the organisation I am attempting to create an OAuth client for.