Hi, sorry for the late reply!
We would use this to automatically give a user (based on their NIN) access to do some administrative tasks on behalf of their company.
We have a system where users can log in with BankID. It would be great if we could query your API upon login/user creation and automatically issue permissions to administer things on behalf of a user’s company (for example if they are a CEO)
Edit: For our use case, we only need this for Norway.
Input: National identification number
Output: Something similar to what we get from Bisnode - a list of roles.
(Taken from Bisnode)
[{
Orgnr: 1234567890,
StatusKode: “A”,
StatusTekst: “Aktivt”,
Navn: “SELSKAP AS”,
SelskForm: “AS”,
Rolle: “Ansvar”,
Eierandel: 0,
VervKode: “1”,
VervTekst: “Styrets leder”
}]