Skip to main content

User Management Overview

Manage user registration, profiles, and access in your SyAuth applications.


User Lifecycle



User Properties

PropertyTypeDescription
idUUIDUnique identifier
emailstringUser's email address
first_namestringFirst name
last_namestringLast name
is_activebooleanAccount status
email_verifiedbooleanEmail verification status
registration_methodstringemail or google
created_atdatetimeAccount creation time
last_logindatetimeLast login time

User States

StateDescription
PendingRegistered but email not verified
ActiveEmail verified, can authenticate
InactiveAccount disabled

Managing Users

Via Dashboard

  1. Go to syauth.com/dashboard
  2. Click Users in the sidebar
  3. View, search, and manage users

Via API


Next Steps

Start with User Registration to learn how users sign up.