Get assignable user by

GET /closeAPI/api/close/assignment/user/{id}

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • firstName string
    • middleInitial string
    • lastName string
    • hrId string
    • userId string
    • title string
    • phone string
    • email string
    • statusId integer
    • ldapGuid string
    • name string
GET /closeAPI/api/close/assignment/user/{id}
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/assignment/user/{id}'
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"
}