> For the complete documentation index, see [llms.txt](https://dev.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.smarttask.io/models/user.md).

# User

### User Model

```typescript
{
    user_id: number;
    full_name: string;      //100 char
    email: string;
    avatar_url?: string;     //2000 char
    timezone_in_mins?: number;   
}
```
