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 20",
  "OrganizationNumber": "sample string 52",
  "Email": "sample string 50",
  "MobileNumber": "sample string 1",
  "Type": "sample string 93",
  "Address": "sample string 77",
  "PostCode": "sample string 19",
  "City": "sample string 57",
  "BusinessAddress": "sample string 61",
  "BusinessPostCode": "sample string 25",
  "BusinessCity": "sample string 65",
  "LastModifiedBy": "sample string 20",
  "LastModifiedDate": "2024-04-27T02:38:07.9108183+02:00",
  "LastConfirmedDate": "2024-04-27T02:38:07.9108183+02:00",
  "IsSelectedForNotification": true
}