Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to list users. It allows retrieving a list of users with optional filtering by role ID and project ID, as well as pagination controls such as limit and offset. This is useful for scenarios where you need to manage or analyze user data within the Oki-Toki system, for example, fetching users for reporting or integration purposes.
Use Case Examples
- Fetch a list of all users with a maximum of 50 results.
- Retrieve users filtered by a specific role ID to analyze role-based user distribution.
- Get users assigned to a particular project with pagination to handle large user sets.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of user results to return. |
| Offset | Number of user results to skip for pagination. |
| Role ID | Filter users by their role ID. |
| Project ID | Filter users by their project ID. |
Output
JSON
json- The JSON response from the Oki-Toki API containing the list of users and their details.
Dependencies
- Oki-Toki API with API key authentication
Troubleshooting
- Ensure the API credentials are correctly configured and valid to avoid authentication errors.
- Check that the role_id and project_id filters are valid IDs existing in the Oki-Toki system to prevent empty results.
- If the limit or offset values are out of range, the API may return fewer results or an error; use valid numeric values.
- Network issues or API downtime can cause request failures; verify connectivity and API status.
Links
- Oki-Toki API Users List Endpoint - Official API documentation for listing users in Oki-Toki.
