getDefaultOrg method
ResponseFuture<GetDefaultOrgResponse>
getDefaultOrg(
- GetDefaultOrgRequest request, {
- CallOptions? options,
Get Default Organization
Deprecated: use organization service v2 ListOrganizations instead.
Get the default organization of the ZITADEL instance. If no specific organization is given on the register form, a user will be registered to the default organization.
Implementation
$grpc.ResponseFuture<$0.GetDefaultOrgResponse> getDefaultOrg(
$0.GetDefaultOrgRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getDefaultOrg, request, options: options);
}