Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
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
- Fetch a list of all users with a maximum of 100 results.
- Retrieve users filtered by a specific role ID to analyze role-based user distribution.
- 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
- Oki-Toki API Users List Endpoint - Official API endpoint documentation for listing users in Oki-Toki.
