GET 17.0/app/user/current

Description

Retrieve details of the current user

URI Parameters

None.

None.

None.

Name Description Type Additional information
Id

integer

None.

SiteID

integer

None.

SiteName

string

None.

BranchName

string

None.

CountryCodeID

integer

None.

Initials

string

None.

Name

string

None.

EmailAddress

string

None.

FinancialModuleInvoked

boolean

None.

LettingsModuleInvoked

boolean

None.

PropertyManagementModuleInvoked

boolean

None.

TapiModuleInvoked

boolean

None.

AppMode

byte

None.

ShowSystemReminders

boolean

None.

ShowContactReminders

boolean

None.

ShowAppointmentReminders

boolean

None.

ShowFinancialReminders

boolean

None.

ShowPropertySalesReminders

boolean

None.

ShowPropertyLettingsReminders

boolean

None.

ShowPropertyManagementReminders

boolean

None.

ShowCertificatesReminders

boolean

None.

application/json, text/json

Sample:
{
  "id": 1,
  "siteID": 2,
  "siteName": "sample string 3",
  "branchName": "sample string 4",
  "countryCodeID": 5,
  "initials": "sample string 6",
  "name": "sample string 7",
  "emailAddress": "sample string 8",
  "financialModuleInvoked": true,
  "lettingsModuleInvoked": true,
  "propertyManagementModuleInvoked": true,
  "tapiModuleInvoked": true,
  "appMode": 64,
  "showSystemReminders": true,
  "showContactReminders": true,
  "showAppointmentReminders": true,
  "showFinancialReminders": true,
  "showPropertySalesReminders": true,
  "showPropertyLettingsReminders": true,
  "showPropertyManagementReminders": true,
  "showCertificatesReminders": true
}

application/xml, text/xml

Sample:
<CurrentUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <SiteID>2</SiteID>
  <SiteName>sample string 3</SiteName>
  <BranchName>sample string 4</BranchName>
  <CountryCodeID>5</CountryCodeID>
  <Initials>sample string 6</Initials>
  <Name>sample string 7</Name>
  <EmailAddress>sample string 8</EmailAddress>
  <FinancialModuleInvoked>true</FinancialModuleInvoked>
  <LettingsModuleInvoked>true</LettingsModuleInvoked>
  <PropertyManagementModuleInvoked>true</PropertyManagementModuleInvoked>
  <TapiModuleInvoked>true</TapiModuleInvoked>
  <AppMode>64</AppMode>
  <ShowSystemReminders>true</ShowSystemReminders>
  <ShowContactReminders>true</ShowContactReminders>
  <ShowAppointmentReminders>true</ShowAppointmentReminders>
  <ShowFinancialReminders>true</ShowFinancialReminders>
  <ShowPropertySalesReminders>true</ShowPropertySalesReminders>
  <ShowPropertyLettingsReminders>true</ShowPropertyLettingsReminders>
  <ShowPropertyManagementReminders>true</ShowPropertyManagementReminders>
  <ShowCertificatesReminders>true</ShowCertificatesReminders>
</CurrentUser>