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

# The Subaccount object

> Subaccount object attributes — auth credentials and status

### Attributes

<table>
  <tbody>
    <tr>
      <td>account<br />`string`</td>

      <td>
        <p>URI to the parent account</p>
      </td>
    </tr>

    <tr>
      <td>auth\_id<br />`string`</td>

      <td>
        <p>Auth ID of the subaccount.</p>
      </td>
    </tr>

    <tr>
      <td>auth\_token<br />`string`</td>

      <td>
        <p>Auth Token of the subaccount.</p>
      </td>
    </tr>

    <tr>
      <td>created<br />`string`</td>

      <td>
        <p>Date on which the subaccount was created.</p>
      </td>
    </tr>

    <tr>
      <td>enabled<br />`boolean`</td>

      <td>
        <p>Whether the subaccount is enabled.</p>
      </td>
    </tr>

    <tr>
      <td>modified<br />`string`</td>

      <td>
        <p>Date on which the subaccount was last modified.</p>
      </td>
    </tr>

    <tr>
      <td>name<br />`string`</td>

      <td>
        <p>Name of the subaccount.</p>
      </td>
    </tr>

    <tr>
      <td>new\_auth\_token<br />`string`</td>
      <td> </td>
    </tr>

    <tr>
      <td>resource\_uri<br />`string`</td>

      <td>
        <p>URI to the subaccount resource.</p>
      </td>
    </tr>
  </tbody>
</table>

### Response

```json theme={null}
{
  "account": "/v1/Account/MA2025RK4E639VJFZAGV/",
  "api_id": "968f0a22-9237-11e7-a51d-0245fa790d9e",
  "auth_id": "SA2025RK4E639VJFZAMM",
  "auth_token": "NWM3YjliMjk0ZGYxMGM2YjJiYWE0MjEwZDM5YWU5",
  "created": "2022-09-05",
  "enabled": true,
  "modified": null,
  "name": "Subaccount Test",
  "new_auth_token": "NWM3YjliMjk0ZGYxMGM2YjJiYWE0MjEwZDM5YWU5",
  "resource_uri": "/v1/Account/MA2025RK4E639VJFZAGV/Subaccount/SA2025RK4E639VJFZAMM/"
}
```
