Member Roster
Map each member's identifier to demographic fields (department, role, tenure, location, supervisor, digital-use intensity) so survey responses segment by demographic.
What it is
The roster is an org-scoped table keyed by a generic identifier (employee number or any org-specific key). It enriches survey responses with demographics without asking respondents to re-enter them.
Use
- Import a CSV with a header row (identifier + optional department/role/tenure/location/supervisor/digital_intensity).
- Respondents enter their identifier once at the end of a survey; the response joins to the roster for segmentation.
- Export and segment survey results by department, location, role, or digital-use intensity.
Setup
Open Admin → Member Roster, paste or upload a CSV, and import. Re-importing upserts by identifier (safe to re-run); Clear removes the whole roster.
identifier,department,role,tenure,location,supervisor,digital_intensity 10429,Engineering,Software Engineer,3y,Denver,A. Rivera,High 10430,Marketing,Growth Manager,1y,Remote,B. Chen,Medium
Security
- The roster is org-scoped; identifiers are unique per org.
- The term "identifier" is intentionally generic — LucentSkill is multi-tenant and does not assume any single org's terminology (e.g. badge).
- Import input is guard-checked before parsing; CSV is parsed defensively with quoted-field support.