Caspio icon

Caspio

Interact with Caspio REST API.

Overview

This node interacts with the Caspio REST API to activate a user in a specified directory. It is useful in scenarios where automated user management is needed, such as activating new users after registration or reactivating users who were previously deactivated. For example, it can be used in workflows that manage user lifecycle events in an application integrated with Caspio.

Use Case Examples

  1. Activating a user by providing their unique User GUID in a specific directory.
  2. Optionally sending an activation email to the user upon activation.

Properties

Name Meaning
Directory Specifies the directory in which the user resides. It can be selected from a list or specified by ID.
User GUID The unique identifier of the user to activate within the specified directory.
Send Activation Email Determines whether to send the built-in activation email to the user upon activation.

Output

JSON

  • success - Indicates whether the user activation was successful.
  • userGUID - The unique identifier of the activated user.
  • message - Additional information or status message about the activation process.

Dependencies

  • Requires Caspio REST API credentials (OAuth2) for authentication.

Troubleshooting

  • Ensure the User GUID is correct and exists in the specified directory to avoid activation failures.
  • Verify that the directory is correctly selected or specified by ID to prevent errors.
  • If the activation email is not sent, check the email settings and permissions in Caspio.

Links

Discussion