Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to retrieve login activity logs within a specified date range. It is useful for monitoring user login activities over time, filtering results by date and additional parameters such as limit, offset, queue ID, project ID, and user ID. Practical applications include auditing user access, tracking login trends, and generating reports for security or operational analysis.
Use Case Examples
- Generate a login activity report for a specific date range to audit user access.
- Retrieve login logs filtered by project or queue to analyze user activity in specific areas.
- Limit the number of results to focus on recent login events for quick review.
Properties
| Name | Meaning |
|---|---|
| Date From | Start date for the report, specifying the beginning of the login log period to retrieve. |
| Date To | End date for the report, specifying the end of the login log period to retrieve. |
| Additional Fields | Optional parameters to refine the report, including limit (maximum number of results), offset (number of results to skip), queue ID (filter by specific queue), project ID (filter by specific project), and user ID (filter by specific user). |
Output
JSON
json- The JSON output contains the login activity log data retrieved from the Oki-Toki API based on the specified date range and filters.
Dependencies
- Oki-Toki API with an API key credential for authentication
Troubleshooting
- Ensure the dateFrom and dateTo parameters are provided and correctly formatted as date-time strings; missing or invalid dates will cause errors.
- Verify that the API credentials are correctly configured and have the necessary permissions to access the login log endpoint.
- If the API returns an error about unknown report operation, confirm that the operation parameter is set to 'loginLog'.
- Check network connectivity and API base URL configuration if requests fail to reach the Oki-Toki service.
