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 3", "AddressLine1": "sample string 23", "AddressLine2": "sample string 69", "AddressLine3": "sample string 66", "UserName": "sample string 57", "MobileNumber": "sample string 11", "PreferredLanguage": "sample string 42", "ShowClientUnits": true, "PrivateConsent": true, "ProfessionalConsent": true, "ContactInformation": { "Email": "sample string 1", "Mobile": "sample string 45", "RequestsEmailReceipts": true }, "_links": { "self": { "href": "sample string 46" } } }