> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickblox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User Model

| Property name               | Type      | Description                                                                          |
| --------------------------- | --------- | ------------------------------------------------------------------------------------ |
| id                          | int       | ID of the user. Generated automatically by the server after user creation.           |
| full\_name                  | string    | User's full name.                                                                    |
| email                       | string    | User's email.                                                                        |
| login                       | string    | User's login.                                                                        |
| phone                       | string    | User's phone number.                                                                 |
| website                     | string    | User's website url.                                                                  |
| created\_at                 | datetime  | Date & time when record was created, filled automatically.                           |
| updated\_at                 | datetime  | Date & time when record was updated, filled automatically.                           |
| last\_request\_at           | timestamp | Date & time when a user sent the last request, filled automatically.                 |
| external\_user\_id          | int       | ID of the user in the external system (External User ID).                            |
| facebook\_id                | string    | ID of the user's Facebook account.                                                   |
| twitter\_id                 | string    | **(Deprecated)** ~~ID of user's Twitter account.~~                                   |
| blob\_id                    | int       | ID of the file/blob. Generated automatically by the server after file/blob creation. |
| custom\_data                | string    | User's additional info.                                                              |
| user\_tags                  | string    | User's tags. Comma separated array of tags.                                          |
| allow\_sales\_activities    | boolean   | **(Deprecated)** ~~Marketing info.~~                                                 |
| allow\_statistics\_analysis | boolean   | **(Deprecated)** ~~Marketing info.~~                                                 |
| age\_over16                 | boolean   | **(Deprecated)** ~~GDPR info.~~                                                      |
| parents\_contacts           | string    | **(Deprecated)** ~~GDPR info.~~                                                      |
