Get user permissions by task
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/task/{id}/user-permission
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/user-permission'
Response examples (200)
[
{
"id": 42,
"firstName": "string",
"middleInitial": "string",
"lastName": "string",
"fullName": "string",
"hrId": "string",
"userId": "string",
"title": "string",
"phone": "string",
"email": "string",
"role": {
"type": "OWNER",
"name": "string"
}
}
]