Actions9
- User Actions
- Folder Actions
- Password Actions
Overview
This node integrates with the Passwork API, specifically providing operations related to Passwork resources such as users, folders, and passwords. For the "User" resource with the "Info" operation, it retrieves detailed information about a specific user from the Passwork system.
Common scenarios for this node include:
- Fetching user details for auditing or reporting purposes.
- Integrating user data into workflows that require user metadata.
- Automating user management tasks by retrieving user info before performing updates or notifications.
Example use case: A workflow that triggers when a new ticket is created and needs to fetch the assigned user's full profile from Passwork to enrich the ticket data.
Properties
| Name | Meaning |
|---|---|
| Raw Result | When set to true, returns the full raw response from the Passwork API without processing. |
Output
The node outputs JSON data containing the user information retrieved from the Passwork API. The structure typically includes user attributes such as ID, name, email, roles, and other metadata defined by Passwork.
If the "Raw Result" property is enabled, the output will contain the complete unmodified API response, which may include additional fields or nested structures beyond the standard user properties.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating with the Passwork API.
- The base URL for the Passwork API must be configured in the credentials.
- The node depends on the Passwork API being accessible and responsive.
Troubleshooting
- Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Invalid resource or operation: Verify that the "Resource" is set to "User" and the "Operation" to "Info".
- Empty or unexpected responses: Check if the specified user exists in Passwork and that the API endpoint is correct.
- Network issues: Confirm network connectivity to the Passwork API base URL.
Links and References
- Passwork API Documentation (general reference for API endpoints and data structures)