GET {orgno}/profile/contactinformation/{id}

Get the details for a specified contact from the list of contacts.

Request Information

Parameters

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

Define this parameter in the request URI.

id The id of the contact to get details for.

Define this parameter in the request URI.

Response Information

Profile for the requested contact.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "Id": 1,
  "Name": "sample string 61",
  "Email": "sample string 55",
  "MobileNumber": "sample string 86",
  "IsSelectedForNotification": true,
  "_links": {
    "self": {
      "href": "sample string 37"
    }
  }
}