addOrganization method
ResponseFuture<AddOrganizationResponse>
addOrganization(
- AddOrganizationRequest request, {
- CallOptions? options,
Create an Organization
Create a new organization with an administrative user. If no specific roles are sent for the users, they will be granted the role ORG_OWNER.
Implementation
$grpc.ResponseFuture<$0.AddOrganizationResponse> addOrganization(
$0.AddOrganizationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addOrganization, request, options: options);
}