users
Each row represents a learner or admin profile with contact information, references, balance, role, and activity timestamps.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.firstname,
t.lastname,
t.externalcustomerid,
t.email,
t.address1
from users as t
limit 100