GET WebsiteUser/Profile

Gets the website user profile for phone application.

Response Information

WebsiteUserProfile -

Response body formats
Sample:
{
  "EmailAddress": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "TelephoneCell": "sample string 4",
  "PushNotificationToken": "sample string 5"
}