userlicenses
Each row represents a license seat allocated to an individual user with role and status.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Sample query
select
t.userid,
t.licenseid,
t.licenserole
from userlicenses as t
limit 100