📄️ Get Organization By ID
Returns an organization by its ID. Make sure the user has the permissions to access the organization.
📄️ Is Organization Unique
Checks if an organization with the searched parameters already exists or not.
📄️ Set Default Organization
Sets the default organization of the ZITADEL instance. If no specific organization is given on the register form, a user will be registered to the default organization.
📄️ Get Default Organization
Get the default organization of the ZITADEL instance. If no specific organization is given on the register form, a user will be registered to the default organization.
📄️ Search Organization
Returns a list of organizations that match the requesting filters. All filters are applied with an AND condition.
📄️ Setup Organization
Create a new organization with an administrative user. If no specific roles are sent for the first user, the user will get the role ORG_OWNER.
📄️ Remove Organization
Deletes the organization and all its resources (Users, Projects, Grants to and from the org). Users of this organization will not be able to log in.
📄️ Get Domain Settings for Organization
Get the domain settings configured on a specific organization. If the organization doesn't have a custom setting, the default will be returned. Domain settings specify how ZITADEL should handle domains, in regards to usernames, emails and validation.
📄️ Reset Domain Settings of Organization
Resets the domain settings configured on a specific organization to the settings configured on the instance. Domain settings specify how ZITADEL should handle domains, in regards to usernames, emails and validation.
📄️ Set a Domain Settings for an Organization
Create the domain settings configured on a specific organization. It will overwrite the settings specified on the instance. Domain settings specify how ZITADEL should handle domains, in regards to usernames, emails and validation.
📄️ Update Domain Settings for Organization
Update the domain settings configured on a specific organization. It will overwrite the settings specified on the instance. Domain settings specify how ZITADEL should handle domains, in regards to usernames, emails and validation.