UnifyAPI
← Back to catalog

brreg.roles

mock data$0.002 / call

Brreg 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.

Businessprovider: Brreg#brreg#business

Input schema

org_numberrequired

Organisation 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.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.