List observation groups for any user (admin)
GET/nevisadapt/api/admin/user-observation-groups
Returns observation groups for the user identified by loginId + realm.
⚠ Pagination / sorting not supported. All matching observations are loaded into memory and returned in a single response regardless of any
page,size, orsortquery parameters. Those parameters are accepted by the framework but have no effect on the result.
Request
Responses
- 200
- 401
- 403
Full list of observation groups (no pagination)
Missing or invalid bearer token
Insufficient permissions