Get assignable users

GET /closeAPI/api/close/assignment/user

Responses

GET /closeAPI/api/close/assignment/user
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/assignment/user'
Response examples (200)
[
  {
    "id": 42,
    "firstName": "string",
    "middleInitial": "string",
    "lastName": "string",
    "hrId": "string",
    "userId": "string",
    "title": "string",
    "phone": "string",
    "email": "string",
    "statusId": 42,
    "ldapGuid": "string",
    "name": "string"
  }
]