# User

**Example**

```json
{
    "email": "john@dow.com",
    "id": "fc2481f6-28a4-4ca7-849a-344fd6ab1b20",
    "image": null,
    "isBot": false,
    "name": "John",
    "status": "client"
}
```

**Fields**

| Field  | Type                                                                                                                          | Comments                                   |
| ------ | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| email  | string                                                                                                                        | User email address                         |
| id     | Guid                                                                                                                          | User unique id                             |
| image  | string                                                                                                                        | User avatar url                            |
| isBot  | boolean                                                                                                                       | If `true`, it shows that the user is a bot |
| name   | string                                                                                                                        | User name                                  |
| status | [User status](https://developers.socialboards.com/docs/apis/external-chat-api/reference/enumerations/user-status) enumeration | User status in a SocialBoards system       |
