List users in a department
GET/department/:department_id/users
Retrieve all users associated with a specific department, including their roles.
Use Cases:
- Viewing who has access to a department.
- Administering user permissions and roles within a department.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error