> ## Documentation Index
> Fetch the complete documentation index at: https://docs.levelblue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Understanding User Status in User Data Sources

USM Anywhere detects the status of user entities and their accounts, and normalizes those statuses for you under **Environment > Users**. To understand how USM Anywhere normalizes these statuses, review the following table. This table lists the normalized states for each data source next to the unique states that map to them in the data source.

<Note>
  **Note:** See [Managing Users](managing-users) to read more about how USM Anywhere uses and displays the normalized states for users and their accounts.
</Note>

**User Account States by User Data Source**

<table>
  <thead>
    <tr>
      <th>Data Source</th>
      <th>State</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td rowspan="2">AWS</td>
      <td>Retired</td>
      <td>The user is no longer listed in Identity and Access Management (IAM).</td>
    </tr>

    <tr>
      <td>Disabled</td>
      <td>Unsupported.</td>
    </tr>

    <tr>
      <td rowspan="2">Azure</td>
      <td>Retired</td>
      <td>The user is deleted from Microsoft Azure Active Directory (AD).</td>
    </tr>

    <tr>
      <td>Disabled</td>
      <td>The "Block sign in" value is "Yes".</td>
    </tr>

    <tr>
      <td rowspan="2">Active directory and Office 365</td>
      <td>Retired</td>
      <td>The user is sent to the Microsoft Windows Recycle Bin using the delete action.</td>
    </tr>

    <tr>
      <td>Disabled</td>
      <td>"disabled" is flagged in the properties dialog box.</td>
    </tr>

    <tr>
      <td rowspan="2">GCP</td>
      <td>Retired</td>
      <td>The "deletionTime" field has any value.</td>
    </tr>

    <tr>
      <td>Disabled</td>
      <td>The account is flagged as "suspended".</td>
    </tr>

    <tr>
      <td rowspan="2">Okta</td>
      <td>Retired</td>
      <td>The user is deleted from the directory screen.</td>
    </tr>

    <tr>
      <td>Disabled</td>
      <td>"userStatus" is set to any value other than "Active".</td>
    </tr>
  </tbody>
</table>
