Docs
Skip to content

Organization

Organization API_

Use the Appwrite Console Organization API to manage organizations, members, and org-level settings from your partner platform.

1 min read

Raw

The Organization API is part of the Console SDK (sdk.forConsole.organizations). Use it to list organizations, read plan information, and manage organization settings when operating a partner platform.

Console SDK access

Authenticate with an organization API key or a user's OAuth access token:

Common operations

OperationUse case
listShow organizations available to a linked user or your platform account
getRead organization details and preferences
createProvision a new organization for a customer (where permitted)
listInvoices / getPlanSurface billing context in your platform UI

OAuth vs org API key

  • OAuth connect: list returns organizations the user granted access to
  • Org API key: operations apply to the organization that owns the key

Next steps

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.