> 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/gcp-identities/users.md).

# Users

The `Users` page provides a list of enumerated Users in GCP.

## Users Details

The Details page includes the `Details` tab, and a `Visualize` button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/7jYZsTVOmnXH0YWY8sPd" alt=""><figcaption><p>Users Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP User account retrieved from Google Workspace Directory.

| Attribute                       | Description                                                                                          |
| ------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Name                            | The full email address used as the unique identifier for the user account.                           |
| Primary Email                   | The primary email address of the user.                                                               |
| Display Name                    | The display name of the user account.                                                                |
| Domain                          | The Google Workspace domain the user belongs to (e.g., `labs.forestall.io`).                         |
| Given Name                      | The first name of the user.                                                                          |
| Last Name                       | The last name (family name) of the user.                                                             |
| Customer Id                     | The Google Workspace customer ID associated with the user's organization.                            |
| Id                              | The unique numeric identifier of the user account.                                                   |
| Aliases                         | Additional email aliases assigned to the user.                                                       |
| Non Editable Aliases            | System-assigned aliases that cannot be modified (e.g., `admin@labs.forestall.io.test-google-a.com`). |
| Emails                          | All email addresses associated with the user account.                                                |
| Guest Account Email             | The email address if the account is a guest account.                                                 |
| Relations                       | Relationships defined for the user in the directory.                                                 |
| Org Unit Path                   | The organizational unit path the user belongs to within Google Workspace (e.g., `/`).                |
| Recovery Email                  | The recovery email address configured for the user account.                                          |
| Kind                            | The type identifier of the directory resource (e.g., `admin#directory#user`).                        |
| Change Password At Next Login   | Indicates whether the user is required to change their password on next login.                       |
| Suspended                       | Indicates whether the user account is currently suspended.                                           |
| Suspension Reason               | The reason provided for the account suspension, if applicable.                                       |
| Is Admin                        | Indicates whether the user has super administrator privileges in Google Workspace.                   |
| Is Delegated Admin              | Indicates whether the user has been granted delegated administrator privileges.                      |
| Is Enforced In 2Sv              | Indicates whether two-step verification (2SV) is enforced for the user.                              |
| Is Enrolled In 2Sv              | Indicates whether the user is enrolled in two-step verification (2SV).                               |
| Is Guest User                   | Indicates whether the account is classified as a guest user.                                         |
| Ip Whitelisted                  | Indicates whether the user's access is restricted to specific whitelisted IP addresses.              |
| Deletion Time                   | The timestamp when the user account was deleted, if applicable.                                      |
| Last Login Time (Admin Console) | The most recent login time recorded for the user in the Admin Console.                               |
| Creation Time                   | The timestamp when the user account was created.                                                     |
| Directory Customer              | The customer domain associated with this user (e.g., `labs.forestall.io`).                           |

### Groups

The **Groups** tab lists all parent groups above the current User.

### Roles

The **Roles** tab lists all assigned roles to the current user.


---

# 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/gcp-identities/users.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.
