Get user access 1

GET /closeAPI/api/close/entity/{id}/user-access

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
GET /closeAPI/api/close/entity/{id}/user-access
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/entity/{id}/user-access'
Response examples (200)
{
  "userAccessLevel": "ADMINISTRATOR"
}