addOrg method

ResponseFuture<AddOrgResponse> addOrg(
  1. AddOrgRequest request, {
  2. CallOptions? options,
})

Create Organization

Deprecated: use organization service v2 CreateOrganization instead

Create a new organization. Based on the given name a domain will be generated to be able to identify users within an organization.

Implementation

$grpc.ResponseFuture<$0.AddOrgResponse> addOrg(
  $0.AddOrgRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addOrg, request, options: options);
}