GET {orgno}/profile/contactinformation

Get a list of contacts for an organization. The contacts are the people Altinn will send notifications to when the organization receives messages.

Request Information

Parameters

NameDescriptionAdditional information
orgno The organization number of the unit to look at.

Define this parameter in the request URI.

Response Information

The list of contacts.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 50"
    }
  },
  "_embedded": {
    "sample string 75": [
      {
        "Id": 1,
        "Name": "sample string 9",
        "Email": "sample string 98",
        "MobileNumber": "sample string 48",
        "IsSelectedForNotification": true,
        "_links": {
          "self": {
            "href": "sample string 32"
          }
        }
      },
      {
        "Id": 1,
        "Name": "sample string 9",
        "Email": "sample string 98",
        "MobileNumber": "sample string 48",
        "IsSelectedForNotification": true,
        "_links": {
          "self": {
            "href": "sample string 32"
          }
        }
      },
      {
        "Id": 1,
        "Name": "sample string 9",
        "Email": "sample string 98",
        "MobileNumber": "sample string 48",
        "IsSelectedForNotification": true,
        "_links": {
          "self": {
            "href": "sample string 32"
          }
        }
      }
    ]
  }
}