organization:read scope, and both resolve the organization from the key itself — never from request parameters.
Organization mutations (invites, role changes, plan changes) happen in the console, not over REST. Keys carry no user binding, so membership writes would be un-authorizable.
Get organization profile
GET /v1/organization returns the current profile plus quota and sending state.
object
List members
GET /v1/organization/members returns the human members of the organization — name, email, and role — ordered by join date.
object[]
cURL