getOrgByDomainGlobal method
ResponseFuture<GetOrgByDomainGlobalResponse>
getOrgByDomainGlobal(
- GetOrgByDomainGlobalRequest request, {
- CallOptions? options,
Get Organization By Domain
Deprecated: use organization v2 service ListOrganizations instead.
Search an organization by the domain, overall organizations. The domain must match exactly.
Implementation
$grpc.ResponseFuture<$0.GetOrgByDomainGlobalResponse> getOrgByDomainGlobal(
$0.GetOrgByDomainGlobalRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getOrgByDomainGlobal, request, options: options);
}