Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

Overview

This node interacts with the Oki-Toki API to list users. It allows retrieving a list of users with optional filters such as limiting the number of results, offsetting the start of the results, and filtering by role ID or project ID. This is useful for scenarios where you need to manage or analyze user data within the Oki-Toki system, such as fetching user lists for reporting or integration purposes.

Use Case Examples

  1. Fetch a list of all users with a maximum of 100 results.
  2. Retrieve users filtered by a specific role ID to analyze role-based user distribution.
  3. Get users assigned to a particular project by specifying the project ID.

Properties

Name Meaning
Additional Fields Optional filters and pagination settings for listing users, including limit, offset, role ID, and project ID.

Output

JSON

  • json - The JSON response from the Oki-Toki API containing the list of users and related metadata.

Dependencies

  • Oki-Toki API with an API key credential

Troubleshooting

  • Ensure the API credentials are correctly configured and valid to avoid authentication errors.
  • Check that the 'limit' and 'offset' values are within acceptable ranges to prevent request errors.
  • If filtering by role ID or project ID, verify that the IDs exist in the Oki-Toki system to avoid empty results.
  • Handle API rate limits or network issues that may cause request failures.

Links

Discussion