Fetch all registered roles for a Norwegian legal entity. Returns one row per role assignment. Person-held roles include name and birth date. Entity-held roles (auditor firms, accountants) include the entity's organization number.
Value
A tibble with one row per role assignment. Columns:
org_nr, role_group, role_group_code, role, role_code,
first_name, middle_name, last_name, birth_date, deceased,
entity_org_nr, entity_name, resigned, deregistered,
ordering, elected_by, group_modified, person_id.
Returns an empty tibble if the entity has no registered roles.
Details
Role types and groups are returned as English labels looked up from
the package's role_types and role_groups reference datasets.
Original Norwegian codes are preserved in role_code and
role_group_code.
Person identification
The person_id column is a synthetic key composed of birth date, last
name, first name, and middle name. It enables network analysis across
companies but has a non-trivial collision risk for common Norwegian
names sharing a birth date. The brreg public API does not expose
national identity numbers.
See also
brreg_board_summary() for derived board covariates,
role_types and role_groups for the English lookup tables.
Other tidybrreg entity functions:
brreg_board_summary(),
brreg_children(),
brreg_download(),
brreg_entity(),
brreg_roles_legal(),
brreg_search(),
brreg_underenheter(),
brreg_update_fields(),
brreg_updates()