Altinn / altinn-register

Altinn platform microservice for handling register data
0 stars 1 forks source link

Allow getting party-information from org.nr in bulk #170

Closed Alxandr closed 1 month ago

Alxandr commented 5 months ago

Description

As the resource registry I want to lookup multiple party GUIDs based on org.nr in bulk.

Additional Information

The resource registry (RRR) will provide APIs for adding and removing organizations from an access list. This API will accept org.nrs, and need to exchange them for party GUIDs that we will store in the DB.

Tasks

No response

Acceptance Criterias

An API exists that can be called with a list of org.nrs, and a list containing objects that contain at least the party GUID is returned back.

Related