Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update new-relic-account-structure.mdx #20021

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When you sign up for New Relic, this creates an organization containing a single

An account can have many sources of data reporting to it. For example, a single account could have data reporting from our infrastructure agent, an <InlinePopover type="apm"/> agent, and other integrations. All data reported to New Relic requires an [account ID](/docs/accounts/accounts-billing/account-structure/account-id), which tells New Relic which account that data belongs in. That ID is also used for some account-specific tasks, like making API calls.

You may notice a special account in your list of accounts under the <strong>Organization</strong> header. This account stores data for organization-scoped features, and you will use this account for any queries using data from organization-scoped features. You cannot cancel or ingest data into this account. This will also be in your list of accounts when querying NerdGraph. It will be returned as `<organization ID> Storage Account`.
You may notice a special account in your list of accounts under the <strong>Organization</strong> header for some organization-scoped features and in the querying experience. This account stores data for organization-scoped features, and you will use this account for any queries using data from organization-scoped features. You cannot cancel or ingest data into this account. This will also be in your list of accounts when querying NerdGraph. It will be returned as `<organization ID> Storage Account`.

When you [set up user access](#account-access), you grant users access to specific accounts.

Expand Down