> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/aws-identities/accounts.md).

# Accounts

**Accounts**

The Accounts page provides a list of enumerated AWS accounts within the organization. The list contains the Account ID, Email, Status, Master Account, Joined Method, Risk Score, Exposure Point and Issue Counts.

<figure><img src="/files/ukGVZhIWfQUpCy88nWLw" alt=""><figcaption><p>Accounts</p></figcaption></figure>

***

**Account Details**

Details page contains the Risk Score of the account, Exposure Point, Information and Issues panes.

You can analyze objects in the Graph module by clicking the Visualize button on the upper left side of the Information Pane.

<figure><img src="/files/ZgJNcKS0tK6vhMWrHwvu" alt=""><figcaption><p>Account Details</p></figcaption></figure>

***

**Information**

Information Pane can contain different badges to highlight important attributes.

| Badge          | Description                                                                             |
| -------------- | --------------------------------------------------------------------------------------- |
| Master Account | Indicates that this account is the management (master) account of the AWS Organization. |

Information Pane contains only the Details tab.

***

**Details**

Details tab contains attributes below about the AWS Account object.

| Attribute       | Description                                                                                |
| --------------- | ------------------------------------------------------------------------------------------ |
| Account Name    | The friendly name assigned to the AWS account within the organization.                     |
| Account ID      | The unique 12-digit identifier assigned to the AWS account.                                |
| Email           | The email address associated with the AWS account.                                         |
| Status          | The current status of the account within the organization (e.g., ACTIVE, SUSPENDED).       |
| Joined Method   | The method by which the account joined the organization (e.g., INVITED, CREATED).          |
| Joined Date     | The date and time when the account joined the AWS Organization.                            |
| ARN             | The Amazon Resource Name that uniquely identifies the AWS account; blank if not available. |
| Organization ID | The unique identifier of the AWS Organization this account belongs to.                     |
| Object ID       | The unique identifier of the account object, equivalent to the AWS Account ID.             |

***

**Issues**

Issues pane contains identified security issues on the AWS Account object.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/aws-identities/accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
