POST api/Authentication/ForgotPassword

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
Id

integer

None.

FirstName

string

None.

LastName

string

None.

CompanyCode

string

None.

CompanyName

string

None.

Line1

string

None.

Line2

string

None.

City

string

None.

County

string

None.

PostCode

string

None.

EmailAddress

string

None.

Password

string

None.

PhoneNumber

string

None.

ParentId

integer

None.

RoleId

integer

None.

IsApproved

boolean

None.

IsActive

boolean

None.

LogoPath

string

None.

CustomerLogoPath

string

None.

IsMyMachineSafe

boolean

None.

IsRequestMyMachineSafe

boolean

None.

IsDemo

boolean

None.

LastLoggedOnDate

date

None.

CreatedDate

date

None.

CreatedBy

integer

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

ImageName

string

None.

PlainTextPassword

string

None.

TwoFactorSecretKey

string

None.

IsTwoFA

boolean

None.

TwoFADate

date

None.

UserLevelId

integer

None.

UserLevelName

string

None.

IsCollaboration

boolean

None.

Department

string

None.

Location

string

None.

SiteTypeId

integer

None.

AndroidFCMToken

string

None.

IOSFCMToken

string

None.

IsCustomerSpecifed

boolean

None.

Code

integer

None.

PlanName

string

None.

ImageBase64

string

None.

ProfilePhotoStoragePath

string

None.

PasswordHash

string

None.

LogoBase64

string

None.

Token

string

None.

IsSuccess

boolean

None.

Message

string

None.

ColumnName

string

None.

SortDirection

string

None.

RoleIds

Collection of integer

None.

IsConsultant

boolean

None.

InspectorId

integer

None.

PlanId

integer

None.

IsParentConsultant

boolean

None.

CompanyUserIds

Collection of integer

None.

FullName

string

None.

IsSpecificCustomerByUserPlan

boolean

None.

IsCEUKCAPlan

boolean

None.

ParentAddress

string

None.

DeviceAddress

string

None.

LocalId

integer

None.

LocalParentId

integer

None.

Sites

Collection of Site

None.

CompanyUserSites

Collection of CompanyUserSite

None.

CustomerCompanys

string

None.

CustomerCompanyLists

Collection of string

None.

LoginUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "CompanyCode": "sample string 4",
  "CompanyName": "sample string 5",
  "Line1": "sample string 6",
  "Line2": "sample string 7",
  "City": "sample string 8",
  "County": "sample string 9",
  "PostCode": "sample string 10",
  "EmailAddress": "sample string 11",
  "Password": "sample string 12",
  "PhoneNumber": "sample string 13",
  "ParentId": 1,
  "RoleId": 14,
  "IsApproved": true,
  "IsActive": true,
  "LogoPath": "sample string 16",
  "CustomerLogoPath": "sample string 17",
  "IsMyMachineSafe": true,
  "IsRequestMyMachineSafe": true,
  "IsDemo": true,
  "LastLoggedOnDate": "2025-08-29T20:22:19.7129512+00:00",
  "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
  "CreatedBy": 1,
  "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
  "LastModifiedBy": 1,
  "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
  "DeletedBy": 1,
  "ImageName": "sample string 23",
  "PlainTextPassword": "sample string 24",
  "TwoFactorSecretKey": "sample string 25",
  "IsTwoFA": true,
  "TwoFADate": "2025-08-29T20:22:19.7129512+00:00",
  "UserLevelId": 1,
  "UserLevelName": "sample string 26",
  "IsCollaboration": true,
  "Department": "sample string 27",
  "Location": "sample string 28",
  "SiteTypeId": 29,
  "AndroidFCMToken": "sample string 30",
  "IOSFCMToken": "sample string 31",
  "IsCustomerSpecifed": true,
  "Code": 33,
  "PlanName": "sample string 34",
  "ImageBase64": "sample string 35",
  "ProfilePhotoStoragePath": "sample string 36",
  "PasswordHash": "sample string 37",
  "LogoBase64": "sample string 38",
  "Token": "sample string 39",
  "IsSuccess": true,
  "Message": "sample string 41",
  "ColumnName": "sample string 42",
  "SortDirection": "sample string 43",
  "RoleIds": [
    1,
    2
  ],
  "IsConsultant": true,
  "InspectorId": 45,
  "PlanId": 46,
  "IsParentConsultant": true,
  "CompanyUserIds": [
    1,
    2
  ],
  "FullName": "sample string 48",
  "IsSpecificCustomerByUserPlan": true,
  "IsCEUKCAPlan": true,
  "ParentAddress": "sample string 51",
  "DeviceAddress": "sample string 52",
  "LocalId": 53,
  "LocalParentId": 1,
  "Sites": [
    {
      "Id": 1,
      "CustomerId": 2,
      "Name": "sample string 3",
      "Description": "sample string 4",
      "IsHide": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
      "CompanyName": "sample string 10",
      "LoginId": 11,
      "SiteLines": [
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10
        },
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10
        }
      ],
      "SiteLine": {
        "Id": 1,
        "SiteId": 2,
        "Name": "sample string 3",
        "IsHide": true,
        "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
        "CreatedBy": 6,
        "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
        "LastModifiedBy": 8,
        "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
        "DeletedBy": 1,
        "LocalId": 9,
        "SiteLocalId": 10
      },
      "SiteLocations": [
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10,
          "LocationLines": [
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            },
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          ],
          "LocationLine": {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        },
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10,
          "LocationLines": [
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            },
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          ],
          "LocationLine": {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        }
      ],
      "SiteLocation": {
        "Id": 1,
        "SiteId": 2,
        "Name": "sample string 3",
        "IsHide": true,
        "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
        "CreatedBy": 6,
        "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
        "LastModifiedBy": 8,
        "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
        "DeletedBy": 1,
        "LocalId": 9,
        "SiteLocalId": 10,
        "LocationLines": [
          {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          },
          {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        ],
        "LocationLine": {
          "Id": 1,
          "LocationId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "LocationLocalId": 10
        }
      },
      "LocalId": 12,
      "LocalCustomerId": 13
    },
    {
      "Id": 1,
      "CustomerId": 2,
      "Name": "sample string 3",
      "Description": "sample string 4",
      "IsHide": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
      "CompanyName": "sample string 10",
      "LoginId": 11,
      "SiteLines": [
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10
        },
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10
        }
      ],
      "SiteLine": {
        "Id": 1,
        "SiteId": 2,
        "Name": "sample string 3",
        "IsHide": true,
        "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
        "CreatedBy": 6,
        "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
        "LastModifiedBy": 8,
        "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
        "DeletedBy": 1,
        "LocalId": 9,
        "SiteLocalId": 10
      },
      "SiteLocations": [
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10,
          "LocationLines": [
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            },
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          ],
          "LocationLine": {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        },
        {
          "Id": 1,
          "SiteId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "SiteLocalId": 10,
          "LocationLines": [
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            },
            {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          ],
          "LocationLine": {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        }
      ],
      "SiteLocation": {
        "Id": 1,
        "SiteId": 2,
        "Name": "sample string 3",
        "IsHide": true,
        "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
        "CreatedBy": 6,
        "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
        "LastModifiedBy": 8,
        "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
        "DeletedBy": 1,
        "LocalId": 9,
        "SiteLocalId": 10,
        "LocationLines": [
          {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          },
          {
            "Id": 1,
            "LocationId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "LocationLocalId": 10
          }
        ],
        "LocationLine": {
          "Id": 1,
          "LocationId": 2,
          "Name": "sample string 3",
          "IsHide": true,
          "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
          "CreatedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
          "LastModifiedBy": 8,
          "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
          "DeletedBy": 1,
          "LocalId": 9,
          "LocationLocalId": 10
        }
      },
      "LocalId": 12,
      "LocalCustomerId": 13
    }
  ],
  "CompanyUserSites": [
    {
      "Id": 1,
      "CustomerId": 2,
      "SiteId": 3,
      "CreatedBy": 4,
      "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
      "LastModifiedBy": 6,
      "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
      "CompanyName": "sample string 8"
    },
    {
      "Id": 1,
      "CustomerId": 2,
      "SiteId": 3,
      "CreatedBy": 4,
      "CreatedDate": "2025-08-29T20:22:19.7129512+00:00",
      "LastModifiedBy": 6,
      "LastModifiedDate": "2025-08-29T20:22:19.7129512+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:19.7129512+00:00",
      "CompanyName": "sample string 8"
    }
  ],
  "CustomerCompanys": "sample string 54",
  "CustomerCompanyLists": [
    "sample string 1",
    "sample string 2"
  ],
  "LoginUserId": 55
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <AndroidFCMToken>sample string 30</AndroidFCMToken>
  <City>sample string 8</City>
  <Code>33</Code>
  <ColumnName>sample string 42</ColumnName>
  <CompanyCode>sample string 4</CompanyCode>
  <CompanyName>sample string 5</CompanyName>
  <CompanyUserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CompanyUserIds>
  <CompanyUserSites>
    <CompanyUserSite>
      <CompanyName>sample string 8</CompanyName>
      <CreatedBy>4</CreatedBy>
      <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
      <Id>1</Id>
      <LastModifiedBy>6</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
      <SiteId>3</SiteId>
    </CompanyUserSite>
    <CompanyUserSite>
      <CompanyName>sample string 8</CompanyName>
      <CreatedBy>4</CreatedBy>
      <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
      <Id>1</Id>
      <LastModifiedBy>6</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
      <SiteId>3</SiteId>
    </CompanyUserSite>
  </CompanyUserSites>
  <County>sample string 9</County>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
  <CustomerCompanyLists xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CustomerCompanyLists>
  <CustomerCompanys>sample string 54</CustomerCompanys>
  <CustomerLogoPath>sample string 17</CustomerLogoPath>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
  <Department>sample string 27</Department>
  <DeviceAddress>sample string 52</DeviceAddress>
  <EmailAddress>sample string 11</EmailAddress>
  <FirstName>sample string 2</FirstName>
  <FullName>sample string 48</FullName>
  <IOSFCMToken>sample string 31</IOSFCMToken>
  <Id>1</Id>
  <ImageBase64>sample string 35</ImageBase64>
  <ImageName>sample string 23</ImageName>
  <InspectorId>45</InspectorId>
  <IsActive>true</IsActive>
  <IsApproved>true</IsApproved>
  <IsCEUKCAPlan>true</IsCEUKCAPlan>
  <IsCollaboration>true</IsCollaboration>
  <IsConsultant>true</IsConsultant>
  <IsCustomerSpecifed>true</IsCustomerSpecifed>
  <IsDemo>true</IsDemo>
  <IsMyMachineSafe>true</IsMyMachineSafe>
  <IsParentConsultant>true</IsParentConsultant>
  <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
  <IsSpecificCustomerByUserPlan>true</IsSpecificCustomerByUserPlan>
  <IsSuccess>true</IsSuccess>
  <IsTwoFA>true</IsTwoFA>
  <LastLoggedOnDate>2025-08-29T20:22:19.7129512+00:00</LastLoggedOnDate>
  <LastModifiedBy>1</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
  <LastName>sample string 3</LastName>
  <Line1>sample string 6</Line1>
  <Line2>sample string 7</Line2>
  <LocalId>53</LocalId>
  <LocalParentId>1</LocalParentId>
  <Location>sample string 28</Location>
  <LoginUserId>55</LoginUserId>
  <LogoBase64>sample string 38</LogoBase64>
  <LogoPath>sample string 16</LogoPath>
  <Message>sample string 41</Message>
  <ParentAddress>sample string 51</ParentAddress>
  <ParentId>1</ParentId>
  <Password>sample string 12</Password>
  <PasswordHash>sample string 37</PasswordHash>
  <PhoneNumber>sample string 13</PhoneNumber>
  <PlainTextPassword>sample string 24</PlainTextPassword>
  <PlanId>46</PlanId>
  <PlanName>sample string 34</PlanName>
  <PostCode>sample string 10</PostCode>
  <ProfilePhotoStoragePath>sample string 36</ProfilePhotoStoragePath>
  <RoleId>14</RoleId>
  <RoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </RoleIds>
  <SiteTypeId>29</SiteTypeId>
  <Sites>
    <Site>
      <CompanyName>sample string 10</CompanyName>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
      <Description>sample string 4</Description>
      <Id>1</Id>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
      <LocalCustomerId>13</LocalCustomerId>
      <LocalId>12</LocalId>
      <LoginId>11</LoginId>
      <Name>sample string 3</Name>
      <SiteLine>
        <CreatedBy>6</CreatedBy>
        <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
        <Id>1</Id>
        <IsHide>true</IsHide>
        <LastModifiedBy>8</LastModifiedBy>
        <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
        <LocalId>9</LocalId>
        <Name>sample string 3</Name>
        <SiteId>2</SiteId>
        <SiteLocalId>10</SiteLocalId>
      </SiteLine>
      <SiteLines>
        <SiteLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLine>
        <SiteLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLine>
      </SiteLines>
      <SiteLocation>
        <CreatedBy>6</CreatedBy>
        <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
        <Id>1</Id>
        <IsHide>true</IsHide>
        <LastModifiedBy>8</LastModifiedBy>
        <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
        <LocalId>9</LocalId>
        <LocationLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationId>2</LocationId>
          <LocationLocalId>10</LocationLocalId>
          <Name>sample string 3</Name>
        </LocationLine>
        <LocationLines>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
        </LocationLines>
        <Name>sample string 3</Name>
        <SiteId>2</SiteId>
        <SiteLocalId>10</SiteLocalId>
      </SiteLocation>
      <SiteLocations>
        <SiteLocation>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLines>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
          </LocationLines>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLocation>
        <SiteLocation>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLines>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
          </LocationLines>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLocation>
      </SiteLocations>
    </Site>
    <Site>
      <CompanyName>sample string 10</CompanyName>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
      <CustomerId>2</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
      <Description>sample string 4</Description>
      <Id>1</Id>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
      <LocalCustomerId>13</LocalCustomerId>
      <LocalId>12</LocalId>
      <LoginId>11</LoginId>
      <Name>sample string 3</Name>
      <SiteLine>
        <CreatedBy>6</CreatedBy>
        <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
        <Id>1</Id>
        <IsHide>true</IsHide>
        <LastModifiedBy>8</LastModifiedBy>
        <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
        <LocalId>9</LocalId>
        <Name>sample string 3</Name>
        <SiteId>2</SiteId>
        <SiteLocalId>10</SiteLocalId>
      </SiteLine>
      <SiteLines>
        <SiteLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLine>
        <SiteLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLine>
      </SiteLines>
      <SiteLocation>
        <CreatedBy>6</CreatedBy>
        <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
        <Id>1</Id>
        <IsHide>true</IsHide>
        <LastModifiedBy>8</LastModifiedBy>
        <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
        <LocalId>9</LocalId>
        <LocationLine>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationId>2</LocationId>
          <LocationLocalId>10</LocationLocalId>
          <Name>sample string 3</Name>
        </LocationLine>
        <LocationLines>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
        </LocationLines>
        <Name>sample string 3</Name>
        <SiteId>2</SiteId>
        <SiteLocalId>10</SiteLocalId>
      </SiteLocation>
      <SiteLocations>
        <SiteLocation>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLines>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
          </LocationLines>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLocation>
        <SiteLocation>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
          <LocalId>9</LocalId>
          <LocationLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationId>2</LocationId>
            <LocationLocalId>10</LocationLocalId>
            <Name>sample string 3</Name>
          </LocationLine>
          <LocationLines>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:22:19.7129512+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:19.7129512+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:19.7129512+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
          </LocationLines>
          <Name>sample string 3</Name>
          <SiteId>2</SiteId>
          <SiteLocalId>10</SiteLocalId>
        </SiteLocation>
      </SiteLocations>
    </Site>
  </Sites>
  <SortDirection>sample string 43</SortDirection>
  <Token>sample string 39</Token>
  <TwoFADate>2025-08-29T20:22:19.7129512+00:00</TwoFADate>
  <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
  <UserLevelId>1</UserLevelId>
  <UserLevelName>sample string 26</UserLevelName>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.