Snapshot Team
A Snapshot Team represents a team as it existed when a snapshot was created.
{
"id": "NTIzMTM",
"name": "Integrations",
"team_id": "NTA1ODg",
"manager": {
"id": "NTEyMDUx",
"name": "Jane Doe",
"email": "jane.doe@example.com"
},
"parent_id": "NTIxNDc",
"is_parent": false
}
| 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. |
| 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. |