Level365 icon

Level365

Get data from Level365s API

Overview

This node integrates with the Level365 API to retrieve data related to users within a specified domain. Specifically, the "Get All Users" operation fetches a list of all users associated with the given Level365 account domain. This is useful for scenarios where you need to synchronize user information, audit user accounts, or manage user-related workflows in your automation.

Practical examples include:

  • Automatically retrieving all users to update an internal directory.
  • Generating reports on user activity or status.
  • Feeding user data into other systems such as CRM or helpdesk platforms.

Properties

Name Meaning
Domain The domain of your Level365 account. You can enter your domain directly or use ~ which will be replaced with your domain name automatically. This property is required.

Note: There is also a notice property informing that this node is for Level365 clients only and requires an active subscription.

Output

The node outputs JSON data containing the list of users retrieved from the Level365 API under the specified domain. Each item in the output typically represents a user object with details such as user ID, name, email, and other relevant user attributes as provided by the Level365 API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Level365 subscription.
  • Needs an API key credential configured in n8n to authenticate requests to the Level365 API.
  • The node uses the base URL https://api.365sip.com/ns-api/v2 for API calls.

Troubleshooting

  • Common issues:

    • Invalid or missing domain value: Ensure the domain is correctly entered; using ~ will auto-replace with your domain.
    • Authentication errors: Verify that the API key credential is valid and has necessary permissions.
    • Subscription inactive: The node requires an active Level365 subscription; otherwise, API calls may fail.
  • Error messages:

    • Unauthorized or 401 errors usually indicate invalid credentials.
    • 404 errors might mean the domain does not exist or is incorrect.
    • Network or timeout errors suggest connectivity issues with the Level365 API endpoint.

Resolving these typically involves checking credentials, verifying domain input, and ensuring network access.

Links and References

Discussion