Manage organizations_
Read, rename, and delete the organization behind a Partners key with the Appwrite Organization API.
1 min read
A Partners key acts on the organization it was created in. The read, update, and delete operations take no organization parameter, because the key already names the organization.
Creating an organization is a Console action and a Partners key cannot do it. Create the organization in the Console first, then create a key inside it.
Read the organization
Rename the organization
The update operation takes the name and nothing else. Billing details stay in the Console.
Delete the organization
Deleting an organization also deletes every project inside it. Back up customer data before you call this operation.
Store the organization ID
Store the Appwrite organization ID next to your platform's own identifier for it. Your audit logs need the mapping to tie an Appwrite change back to a customer.
Related
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.