Get assignable user by

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

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/assignment/user/{id}
curl \
 --request GET 'http://close-service:8082/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"
}