Please enter search query.
Search <book_title>...
Arctera™ Insight Surveillance User Guide
Last Published:
2025-07-25
Product(s):
Veritas Alta Surveillance (1.0)
- Introducing Arctera Insight Surveillance
- Getting started
- Working with dashboard widgets
- Managing employee groups
- Managing departments
- Managing department users
- Managing department-level searches
- Managing department-specific hotword sets
- Managing department-specific labels
- Managing department-specific trash rules
- Managing department-specific allowlist rules
- Managing department-specific review comments
- Viewing employees associated with departments
- Managing users, roles, and permissions
- Managing application-level searches
- Managing application-specific hotword sets
- Managing application-specific labels
- Managing application-specific trash rules
- Managing application-specific allowlist rules
- Managing application-specific review comments
- Managing data requests
- Managing search schedules
- Managing export operations
- Managing reviews
- Working with reports
- Enhanced reporting
- Departments API
- Users API
- Roles API
- User Roles API
- Classification Tags API
- Labels API
- Searches API
- ItemMetrics API
- Reviewer Mapping API
- MonitoredEmployees API
- Evidence of Review API
- Item Classification Metrics API
- Item Label Metrics API
- Item Archived Metrics API
- Item Hotword Metrics API
- Item Details API
- Reviewer Assessment Metrics API
- Managing Power BI templates for reporting APIs
- Managing Audit Settings
- Working with Audit viewer
Users - List
GET https://<Reporting endpoint Base URL>/odata/users
Sample requests
GET https://<Reporting endpoint Base URL>/odata/users
Sample response
Status code: 200 OK
{ "@odata.context": "https://<Reporting endpoint base URL>/odata/$metadata#Users", "value": [ { "userId": 1, "userName": "Active Directory Container", "userLogin": "TargetGroup_1", "userEmail": null }, { "userId": 2, "userName": "Active Directory Search", "userLogin": "TargetGroup_2", "userEmail": null }, { "userId": 3, "userName": "New Employee Group", "userLogin": "TargetGroup_3", "userEmail": null }, { "userId": 4, "userName": "DEV", "userLogin": "TargetGroup_4", "userEmail": null } ] }
Note:
The userEmail parameter corresponds to the primary email address, or it may be null if no email is available.
Supported OData Filters
See Supported OData query options.
Responses
See Responses.