---
title: "Snapshot Team"
canonical_url: "https://docs.getdx.com/webapi/types/snapshot-team/"
md_url: "https://docs.getdx.com/webapi/types/snapshot-team.md"
last_updated: "2026-09-23"
---

# Snapshot Team
A Snapshot Team represents a team as it existed when a snapshot was created.

## Example

```json
{
  "id": "NTIzMTM",
  "name": "Integrations",
  "team_id": "NTA1ODg",
  "manager": {
    "id": "NTEyMDUx",
    "name": "Jane Doe",
    "email": "jane.doe@example.com"
  },
  "parent_id": "NTIxNDc",
  "is_parent": false
}
```

## Properties

| Key         | Type               | Description                                                                                                            |
| ----------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| `id`        | `String`           | The unique snapshot-team ID.                                                                                           |
| `name`      | `String`           | The snapshot-team name.                                                                                                |
| `team_id`   | `String`           | The ID of the associated DX team. This is the ID that will stay the same for a given team over the course of snapshots |
| `manager`   | `Object` or `null` | The snapshot team's manager.                                                                                           |
| `parent_id` | `String` or `null` | The `id` of the parent Snapshot Team in the same snapshot. `null` when the team has no parent.                         |
| `is_parent` | `Boolean`          | Whether or not the team is a parent team.                                                                              |

## Manager object

| Key     | Type     | Description                  |
| ------- | -------- | ---------------------------- |
| `id`    | `String` | The manager's DX user ID.    |
| `name`  | `String` | The manager's display name.  |
| `email` | `String` | The manager's email address. |
---

## Sitemap

[Overview of all docs pages](/llms.txt)
