# Team

## Attributes

| Name | Type   | Description       |
| ---- | ------ | ----------------- |
| id   | uuid   | Unique team ID.   |
| name | string | Name of the team. |

{% code title="Response JSON" %}

```json
"team": { 
    "id": "710a2723-9694-4cca-8827-64ee50386179",
    "name": "Mark Joyce"
}
```

{% endcode %}
