Get user for display

GET /closeAPI/api/close/common/user-for-display

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • Id string
    • AccessAutomation boolean
    • AccessCertification boolean
    • AccessClose boolean
    • AccessComplete boolean
    • AccessCompliance boolean
    • AccessOperationalMatching boolean
    • AccessCommandbar boolean
    • R2RAdmin boolean
    • R2REnabled boolean
    • R2RReadOnly boolean
    • ShowCloseModulePanel boolean
    • ShowComplianceModulePanel boolean
    • Active boolean
    • DisplayName string
    • EmailAddress string
    • FirstName string
    • MiddleName string
    • LastName string
    • HRID string
    • LdapGuid string
    • TelephoneNumber string
    • Title string
    • UserAccessId integer
    • samAccountName string
GET /closeAPI/api/close/common/user-for-display
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/common/user-for-display'
Response examples (200)
{
  "Id": "string",
  "AccessAutomation": true,
  "AccessCertification": true,
  "AccessClose": true,
  "AccessComplete": true,
  "AccessCompliance": true,
  "AccessOperationalMatching": true,
  "AccessCommandbar": true,
  "R2RAdmin": true,
  "R2REnabled": true,
  "R2RReadOnly": true,
  "ShowCloseModulePanel": true,
  "ShowComplianceModulePanel": true,
  "Active": true,
  "DisplayName": "string",
  "EmailAddress": "string",
  "FirstName": "string",
  "MiddleName": "string",
  "LastName": "string",
  "HRID": "string",
  "LdapGuid": "string",
  "TelephoneNumber": "string",
  "Title": "string",
  "UserAccessId": 42,
  "samAccountName": "string"
}