addOrganization method

ResponseFuture<AddOrganizationResponse> addOrganization(
  1. AddOrganizationRequest request, {
  2. 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);
}