Organization API_
Use the Appwrite Console Organization API to manage organizations, members, and org-level settings from your partner platform.
1 min read
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
| Operation | Use case |
|---|---|
list | Show organizations available to a linked user or your platform account |
get | Read organization details and preferences |
create | Provision a new organization for a customer (where permitted) |
listInvoices / getPlan | Surface billing context in your platform UI |
OAuth vs org API key
- OAuth connect:
listreturns 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.