GET 17.0/app/user/permissions

Description

Retrieve all user permissions

URI Parameters

None.

None.

None.

Name Description Type Additional information
Accounts

AccountsPermissions

None.

Appointments

AppointmentsPermissions

None.

Bills

BillsPermissions

None.

BlockManagement

BlockManagementPermissions

None.

Certificates

CertificatesPermissions

None.

Contacts

ContactsPermissions

None.

ContactsConfiguration

ContactsConfigurationPermissions

None.

Correspondence

CorrespondencePermissions

None.

FinancialConfiguration

FinancialConfigurationPermissions

None.

FinancialOptions

FinancialOptionsPermissions

None.

Keys

KeysPermissions

None.

Messages

MessagesPermissions

None.

Properties

PropertiesPermissions

None.

PropertyManagementConfiguration

PropertyManagementConfigurationPermissions

None.

Reports

ReportsPermissions

None.

SecurityConfiguration

SecurityConfigurationPermissions

None.

System

SystemPermissions

None.

SystemConfiguration

SystemConfigurationPermissions

None.

Tenancies

TenanciesPermissions

None.

WorkOrders

WorkOrdersPermissions

None.

application/json, text/json

Sample:
{
  "accounts": {
    "delete": true,
    "edit": true,
    "new": true,
    "transferfunds": true
  },
  "appointments": {
    "delete": true,
    "edit": true,
    "new": true
  },
  "bills": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true,
    "pay": true
  },
  "blockManagement": {
    "setoccupier": true,
    "produceinvoices": true
  },
  "certificates": {
    "new": true,
    "edit": true,
    "delete": true
  },
  "contacts": {
    "delete": true,
    "edit": true,
    "new": true,
    "viewbranch": true,
    "changeassigneduser": true,
    "changeassignedsite": true,
    "bulkanonymise": true
  },
  "contactsConfiguration": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true
  },
  "correspondence": {
    "delete": true,
    "edit": true,
    "new": true,
    "viewtaskusers": true
  },
  "financialConfiguration": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true
  },
  "financialOptions": {
    "export": true,
    "paymentrun": true,
    "processmultibranches": true,
    "statements": true,
    "tenantpayments": true,
    "bankreconciliation": true,
    "transferdeposits": true,
    "transferfees": true,
    "transferfunds": true
  },
  "keys": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true,
    "signout": true,
    "return": true
  },
  "messages": {
    "new": true,
    "delete": true
  },
  "properties": {
    "delete": true,
    "edit": true,
    "new": true,
    "viewbranch": true,
    "changeassigneduser": true,
    "changeassignedsite": true
  },
  "propertyManagementConfiguration": {
    "delete": true,
    "edit": true,
    "new": true
  },
  "reports": {
    "run": true
  },
  "securityConfiguration": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true
  },
  "system": {
    "loginbranch": true,
    "versionupdate": true,
    "eventlog": true
  },
  "systemConfiguration": {
    "edit": true
  },
  "tenancies": {
    "delete": true,
    "edit": true,
    "new": true
  },
  "workOrders": {
    "delete": true,
    "edit": true,
    "new": true,
    "print": true
  }
}

application/xml, text/xml

Sample:
<UserPermissions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Accounts>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <TRANSFERFUNDS>true</TRANSFERFUNDS>
  </Accounts>
  <Appointments>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
  </Appointments>
  <Bills>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
    <PAY>true</PAY>
  </Bills>
  <BlockManagement>
    <SETOCCUPIER>true</SETOCCUPIER>
    <PRODUCEINVOICES>true</PRODUCEINVOICES>
  </BlockManagement>
  <Certificates>
    <NEW>true</NEW>
    <EDIT>true</EDIT>
    <DELETE>true</DELETE>
  </Certificates>
  <Contacts>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <VIEWBRANCH>true</VIEWBRANCH>
    <CHANGEASSIGNEDUSER>true</CHANGEASSIGNEDUSER>
    <CHANGEASSIGNEDSITE>true</CHANGEASSIGNEDSITE>
    <BULKANONYMISE>true</BULKANONYMISE>
  </Contacts>
  <ContactsConfiguration>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
  </ContactsConfiguration>
  <Correspondence>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <VIEWTASKUSERS>true</VIEWTASKUSERS>
  </Correspondence>
  <FinancialConfiguration>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
  </FinancialConfiguration>
  <FinancialOptions>
    <EXPORT>true</EXPORT>
    <PAYMENTRUN>true</PAYMENTRUN>
    <PROCESSMULTIBRANCHES>true</PROCESSMULTIBRANCHES>
    <STATEMENTS>true</STATEMENTS>
    <TENANTPAYMENTS>true</TENANTPAYMENTS>
    <BANKRECONCILIATION>true</BANKRECONCILIATION>
    <TRANSFERDEPOSITS>true</TRANSFERDEPOSITS>
    <TRANSFERFEES>true</TRANSFERFEES>
    <TRANSFERFUNDS>true</TRANSFERFUNDS>
  </FinancialOptions>
  <Keys>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
    <SIGNOUT>true</SIGNOUT>
    <RETURN>true</RETURN>
  </Keys>
  <Messages>
    <NEW>true</NEW>
    <DELETE>true</DELETE>
  </Messages>
  <Properties>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <VIEWBRANCH>true</VIEWBRANCH>
    <CHANGEASSIGNEDUSER>true</CHANGEASSIGNEDUSER>
    <CHANGEASSIGNEDSITE>true</CHANGEASSIGNEDSITE>
  </Properties>
  <PropertyManagementConfiguration>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
  </PropertyManagementConfiguration>
  <Reports>
    <RUN>true</RUN>
  </Reports>
  <SecurityConfiguration>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
  </SecurityConfiguration>
  <System>
    <LOGINBRANCH>true</LOGINBRANCH>
    <VERSIONUPDATE>true</VERSIONUPDATE>
    <EVENTLOG>true</EVENTLOG>
  </System>
  <SystemConfiguration>
    <EDIT>true</EDIT>
  </SystemConfiguration>
  <Tenancies>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
  </Tenancies>
  <WorkOrders>
    <DELETE>true</DELETE>
    <EDIT>true</EDIT>
    <NEW>true</NEW>
    <PRINT>true</PRINT>
  </WorkOrders>
</UserPermissions>