addOrg method
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);
}