Get assignable user by
Path parameters
-
id
integer Required
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"
}