📄️ Is Organization Unique
Checks if an organization with the searched parameters already exists or not.
📄️ 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.
📄️ 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.
📄️ 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 Organization By ID
Returns an organization by its ID. Make sure the user has the permissions to access the organization.
📄️ Remove Organization
Sets the state of the organization and all its resource (Users, Projects, Grants to and from the org) to remove. 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.
📄️ Get Domain Settings for 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.