Overview
This node integrates with the Stytch service to retrieve user data. It fetches a list of users from a Stytch project, allowing workflows to process or analyze user information. This is useful in scenarios such as syncing user data with other systems, auditing user accounts, or triggering actions based on user attributes.
For example, you might use this node to pull the latest users registered in your application and then send them a welcome email or update a CRM system.
Properties
Name | Meaning |
---|---|
Limit | Max number of results to return |
The "Limit" property controls how many user records the node will fetch from Stytch in one execution.
Output
The node outputs a JSON object containing a single field:
users
: An array of user objects retrieved from the Stytch service. Each user object contains details about an individual user as provided by Stytch's API.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the Stytch API.
- The node uses the Stytch SDK repository internally to communicate with the Stytch service.
- Proper configuration of the Stytch project ID, secret, and environment (live) credentials is necessary.
Troubleshooting
- Authentication errors: If the node fails due to authentication issues, verify that the API key credential is correctly configured and has sufficient permissions.
- Limit value errors: Providing a limit less than 1 may cause validation errors; ensure the limit is at least 1.
- API connectivity issues: Network problems or incorrect project credentials can prevent fetching users. Check network access and credential correctness.
- Empty user list: If no users are returned, confirm that the Stytch project actually contains users and that the limit is set appropriately.