Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node integrates with the Tallyfy workflow automation platform, specifically providing user management capabilities among many other resources. The User - Disable operation allows you to disable a user account within your Tallyfy organization. Disabling a user typically prevents them from accessing the system without deleting their data, which is useful for temporarily suspending access or managing inactive users.

Common scenarios where this node is beneficial include:

  • Temporarily disabling a user who is on leave or under review.
  • Managing user lifecycle by disabling accounts of former employees or contractors.
  • Automating user access control as part of organizational workflows.

Example use case: Automatically disable a user in Tallyfy when they are marked inactive in an HR system, ensuring they no longer have access to ongoing processes and tasks.

Properties

Name Meaning
User ID The unique identifier of the user to disable. This is required to specify which user to disable.

Output

The output of the node is the JSON response returned by the Tallyfy API after attempting to disable the specified user. Typically, this will be an object representing the updated user state or a confirmation of the disable action.

The structure generally includes fields such as user details and status, but exact fields depend on the Tallyfy API response.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy API.
  • Needs the organization ID configured in the credentials to construct API requests.
  • The base URL defaults to https://go.tallyfy.com/api unless overridden in credentials.

Troubleshooting

  • Invalid User ID: If the provided User ID does not exist or is malformed, the API will return an error. Verify the User ID is correct.
  • Authentication Errors: Ensure the API key credential is valid and has permissions to manage users.
  • Permission Denied: The authenticated user must have sufficient rights to disable other users.
  • Network Issues: Check connectivity to the Tallyfy API endpoint.
  • API Rate Limits: Excessive requests may be throttled; implement retries or backoff if needed.

If the node throws an error, it usually contains the API error message. Enabling "Continue On Fail" can help handle errors gracefully in workflows.

Links and References

Discussion