personlookup (Level 3 API Key)

Does personlookup for a personnumber

Retrieves addressinformation for a person (Sweden only).

Requirements: 

 

NOTE: When creating a person in BRP after personlookup has been used, the parameter 'personlookupused=true' should be sent in. When the parameter is set to true the adressfield for the created person will not be editable in BRP and the address will be checked against the "folkbokföringsregistret" every 30 days.

Request

HTTP GET to /personlookup

Parameters

Name

Value

Description

Data type

personnumber

personnumber=780331-2558 or personnumber=7803312558

Personnumber to lookup

Personnumber

Example:

APIURL/personlookup.xml?apikey=338934897438&personnumber=780331-2558

Response

<personlookupresult>
  <personnumber>780331-2568</personnumber>
  <sex>male</sex>  
  <firstname>John</firstname>
  <lastname>Doe</lastname>
  <shippingcareof>Jane Doe</shippingcareof>
  <shippingstreet>Storgatan 18</shippingstreet>
  <shippingpostal>12345</shippingpostal>
  <shippingcity>Farsta</shippingcity>
  <shippingcountry>SE</shippingcountry>
</personlookupresult>