Create Project
Deprecated: use project v2 service CreateProject instead.
Create a new project. A Project is a vessel for different applications sharing the same role context.
Request Body
application/json
name*string
projectRoleAssertion?boolean
projectRoleCheck?boolean
hasProjectCheck?boolean
privateLabelingSetting?string
Value in
"PRIVATE_LABELING_SETTING_UNSPECIFIED" | "PRIVATE_LABELING_SETTING_ENFORCE_PROJECT_RESOURCE_OWNER_POLICY" | "PRIVATE_LABELING_SETTING_ALLOW_LOGIN_USER_RESOURCE_OWNER_POLICY"[key: string]?never
Response Body
application/json
curl -X POST "https://loading/projects" \ -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 Organization
Create Organization: Deprecated: use [organization service v2 CreateOrganization](/reference/api/org/zitadel.org.v2.OrganizationService.AddOrganization) instead Create a new organization. Based on the provided name a d...
Create Secret for Service Account
Create Secret for Service Account: Deprecated: use [user service v2 AddSecret](/reference/api/user/zitadel.user.v2.UserService.AddSecret) instead. Create a new secret for a service account. It is used to authenticate the user (clien...