createProject method

ResponseFuture<CreateProjectResponse> createProject(
  1. CreateProjectRequest request, {
  2. CallOptions? options,
})

Create Project

Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.

Create a new Project.

Required permission:

  • project.create

Implementation

$grpc.ResponseFuture<$0.CreateProjectResponse> createProject(
  $0.CreateProjectRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createProject, request, options: options);
}