Build on Auth0 without limits. Sync all your Auth0 data to your Postgres database in real-time. Query your Users, Emails, and Organizations with SQL or your ORM. Get all API events in a hosted Kafka cluster. And insert
, update
, or delete
Auth0 records in both Auth0 and your database simultaneously.
Collection Name | Read | Write |
---|---|---|
Actions | ✅ | |
Anomaly | ✅ | |
Blacklists | ✅ | |
Branding | ✅ | |
Client Grants | ✅ | |
Clients | ✅ | |
Connections | ✅ | |
Custom Domains | ✅ | |
Device Credentials | ✅ | |
Email Templates | ✅ | |
Emails | ✅ | ✅ |
Grants | ✅ | |
Guardian | ✅ | |
Jobs | ✅ | |
Keys | ✅ | |
Log Streams | ✅ | |
Logs | ✅ | |
Organizations | ✅ | ✅ |
Prompts | ✅ | |
Resource Servers | ✅ | |
Roles | ✅ | ✅ |
Stats | ✅ | |
Tenants | ✅ | ✅ |
Tickets | ✅ | ✅ |
User Blocks | ✅ | |
Users | ✅ | ✅ |
create:actions
, read:actions
, update:actions
, and delete:actions
. Sequin uses Actions to run the sync.create:users
, read:users
, update:users
, and delete:users
._sync_cdc
table which Sequin uses to manage your sync.
Here’s what it looks like to query the user
table: