Create Organization
Deprecated: use organization service v2 CreateOrganization instead
Create a new organization. Based on the provided name a domain will be generated to be able to identify users within an organization.
curl -X POST "https://loading/orgs" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Create Key for service account
Create Key for service account: Deprecated: use [user service v2 AddKey](/reference/api/user/zitadel.user.v2.UserService.AddKey) instead. If a public key is not supplied, a new key is generated and will be returned in the respons...
Create Project
Create Project: Deprecated: use [project v2 service CreateProject](/reference/api/project/zitadel.project.v2.ProjectService.CreateProject) instead. Create a new project. A Project is a vessel for different applica...