User Management Overview
Manage user registration, profiles, and access in your SyAuth applications.
User Lifecycle
Quick Links
- User Registration - Sign up new users
- User Profiles - View and update profiles
- Email Verification - Verify email addresses
- Password Reset - Reset forgotten passwords
- User Groups - Organize users with groups
User Properties
| Property | Type | Description |
|---|---|---|
id | UUID | Unique identifier |
email | string | User's email address |
first_name | string | First name |
last_name | string | Last name |
is_active | boolean | Account status |
email_verified | boolean | Email verification status |
registration_method | string | email or google |
created_at | datetime | Account creation time |
last_login | datetime | Last login time |
User States
| State | Description |
|---|---|
| Pending | Registered but email not verified |
| Active | Email verified, can authenticate |
| Inactive | Account disabled |
Managing Users
Via Dashboard
- Go to syauth.com/dashboard
- Click Users in the sidebar
- View, search, and manage users
Via API
Next Steps
Start with User Registration to learn how users sign up.