← Back to catalog
brreg.roles
mock data$0.002 / callBrreg Company Roles
Retrieve statutory management roles for a Norwegian company — board of directors (STYR), CEO/daily manager (DAGL), auditor (REVI), chairman (LEDE), deputy members, signature rights, and other registered positions. Each role entry includes the person's first/last name, birth year, whether the role is still active, and (for corporate roles) the linked entity's org number and name. Essential for due diligence, UBO (Ultimate Beneficial Owner) research, and corporate governance checks. Source: Brønnøysundregistrene, NLOD 2.0.
Input schema
org_numberrequired
stringOrganisation number of the company to retrieve roles for (9 digits). Returns all registered role groups including board of directors (STYR), CEO (DAGL), auditor (REVI), and other statutory positions.
Call via REST
curl -X POST https://unifyapi.pro/api/call/brreg.roles \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"org_number":"<org_number>"}'