GET my/profile

Gets the user profile of the currently authenticated user.

Response Information

The profile of the authenticated user.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "Name": "sample string 5",
  "AddressLine1": "sample string 28",
  "AddressLine2": "sample string 76",
  "AddressLine3": "sample string 93",
  "UserName": "sample string 37",
  "MobileNumber": "sample string 18",
  "PreferredLanguage": "sample string 3",
  "ShowClientUnits": true,
  "PrivateConsent": true,
  "ProfessionalConsent": true,
  "ContactInformation": {
    "Email": "sample string 71",
    "Mobile": "sample string 50",
    "RequestsEmailReceipts": true
  },
  "_links": {
    "self": {
      "href": "sample string 15"
    }
  }
}