User Management
This page covers everything you need to know about managing users in AlphaLens, including setting up accounts, managing roles, and controlling access.
Account SetupCopied!
Creating a Company Account
Someone from AlphaLens needs to configure your company account.
User Registration
After company registration, users can be added:
Endpoint: POST /api/v1/users/register
{
"username": "user.name",
"email": "user@company.com",
"domain": "company.com"
}
Access ControlCopied!
Company-Level Access
-
Super Admins have unlimited access
-
Regular users are restricted by company quotas
-
Access type determines available features
User Roles
Role |
Description |
Capabilities |
---|---|---|
readonly |
View-only access |
Can view but not modify |
regular |
Standard user |
Basic operations |
admin |
Company admin |
Can manage users |
super_admin |
Full access |
Unlimited capabilities |
User roles are set during creation and can be modified by admins or super_admins