GET {orgno}/profile

Gets profile of the given organization number.

Request Information

Parameters

NameDescriptionAdditional information
orgno The organization number of the wanted unit.

Define this parameter in the request URI.

Response Information

Profile for the wanted unit.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "Entity": "sample string 19",
  "OrganizationNumber": "sample string 63",
  "Email": "sample string 79",
  "MobileNumber": "sample string 30",
  "Type": "sample string 41",
  "Address": "sample string 18",
  "PostCode": "sample string 42",
  "City": "sample string 75",
  "BusinessAddress": "sample string 72",
  "BusinessPostCode": "sample string 82",
  "BusinessCity": "sample string 55",
  "LastModifiedBy": "sample string 12",
  "LastModifiedDate": "2024-04-25T03:08:48.2566202+02:00",
  "LastConfirmedDate": "2024-04-25T03:08:48.2566202+02:00",
  "IsSelectedForNotification": true
}