Organizations interface

Interface representing a Organizations.

Methods

list(string, string, OrganizationsListOptionalParams)

Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created

Method Details

list(string, string, OrganizationsListOptionalParams)

Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created

function list(userEmail: string, location: string, options?: OrganizationsListOptionalParams): PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>

Parameters

userEmail

string

User Email.

location

string

Location for NewRelic.

options
OrganizationsListOptionalParams

The options parameters.

Returns