Skip to main content
Returns the full list of Syteca users visible to the API key — each user’s ID and display name. Used for translating user IDs returned by other endpoints (like GET /sessions) into human-readable names.

Authentication

string
required
Your Active API Key from the Management Tool. See Manage → Get an API key.

Query parameters

This endpoint takes no query parameters — the response always contains the full list of users visible to the API key’s user.

Response (200 OK)

int32
The ID of the user.
string
The user name.
The item1 / item2 field names reflect the API’s underlying .NET Tuple serialization — preserved verbatim in the response. Same shape as GET /client.

Example

Errors

See Status codes. Common errors:
  • 403 Forbidden — Data Connector not registered. See Deactivate.
  • 503 Service Unavailable — Application Server stopped or unreachable.

User productivity

Total active time per user, per hour, per day.

List sessions with productivity

Per-session info — includes user IDs that this endpoint can translate.

API reference

Base URL, authentication, status codes.