# 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](https://developers.socialboards.com/docs/apis/tickets/reference/enumerations/user-role) enumeration | Teammate role          |
