> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/teammate.md).

# Teammate

#### Example

```json
{
    "email": "RobertBaker@gmail.com",
    "id": "31aee6af-3e38-40d9-98b1-aa2b9238f24d",
    "name": "Robert Baker",
    "role": "admin"
}
```

#### Fields

| Field | Type                                                                            | Comments               |
| ----- | ------------------------------------------------------------------------------- | ---------------------- |
| email | string                                                                          | Teammate email address |
| id    | Guid                                                                            | Unique teammate Id     |
| name  | string                                                                          | Teammate name          |
| role  | [User role](/docs/apis/tickets/reference/enumerations/user-role.md) enumeration | Teammate role          |
