departments (usersService)
Get department by id
Get department by id
get/company/v1/departments/{departmentId}
Response
OK
Example response
{
"id": 1,
"description": "Test department",
"name": "Frontend department",
"roles": [
"OWNER",
"Employee",
"ADMIN"
]
}