What is an Organization?
An Organization is the unit of multi-tenancy in CYPEX. It is the data boundary that decides which rows a user can see, insert, update, or delete.
Organizations are not an authorization system on their own. Capabilities — what a user is allowed to do — come from PostgreSQL role grants. An Organization adds a second, independent layer: a per-request data scope on top of those capabilities.
This page is the conceptual reference. For the post-upgrade procedure for assigning clients to organizations, see Detailed organization setup.