Users
Understanding user management, authentication, and access control.
Overview
Users are human actors who authenticate with email/password and can access resources based on their assigned permissions.
User Lifecycle
- Creation - User account created with email/password
- Verification - Email verification (optional)
- Authentication - Login with credentials
- Authorization - Access based on groups/policies
- Multi-Account - Access multiple accounts with different roles
- MFA/2FA - Optional additional security
- Deactivation - Disable without deleting
Multi-Account Access
Users can belong to multiple accounts with different permissions:
[email protected]
├── Production Account → ReadOnly permissions
├── Staging Account → Developer permissions
└── Development Account → Admin permissions
Account Switching
Users with multiple accounts can switch contexts without re-authentication.
API Reference
See Users API for complete API documentation.