---
title: Users Table
type: concept
tags: [users, postgres, schema, table]
sources: [raw/users.md]
created: 2026-04-25
updated: 2026-04-25
summary: Postgres users table — primary identity record referenced by the database schema.
---

# Users Table

The `users` table is part of the database schema. It stores account records and
is referenced by every authenticated endpoint.
