Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zitadel/zitadel/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Description
Create a new organization with an administrative user. If no specific roles are sent for the users, they will be granted the role ORG_OWNER.Required Permission
org.create
Request Body
Name is the unique name of the organization to be created. This must be unique across the instance.Min Length: 1
Max Length: 200
Max Length: 200
Specify users to be assigned as organization admins. If no users are specified, the organization will be created without any admin users.
Existing user ID to make an admin.
Org member roles for the admin (default is ORG_OWNER if empty).
Optional unique identifier for the organization. If omitted, the system will generate one, which is the recommended way.Max Length: 200
Response
The unique identifier of the newly created organization.
Example Request
Example Response
Error Responses
400 Bad Request- Invalid organization data403 Forbidden- Insufficient permissions409 Conflict- Organization name already exists