Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node operation, "Remove Account User," is designed to remove a specific user from an account within the system. It is useful in scenarios where you need to revoke access or manage team members associated with an account. For example, if an employee leaves a company or no longer requires access to certain resources, this operation can be used to efficiently remove their user association from the account.

Properties

Name Meaning
Account Id Identifier of the account from which to remove the user.
User Id Identifier of the user to be removed from the account.

Output

The output of this operation typically includes a JSON object indicating the success or failure of the removal action. The exact structure is not detailed in the provided code, but generally, it would confirm that the user has been successfully removed or provide error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication to interact with the external service's API.
  • The node depends on the external Zitadel API (as indicated by the description) or a similar account management API.
  • Proper configuration of the base URL and authentication credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:
    • Invalid or missing Account Id or User Id will cause the operation to fail.
    • Authentication errors due to incorrect or missing API credentials.
    • Network connectivity issues preventing communication with the external API.
  • Error Messages:
    • Errors related to authorization typically indicate problems with the API key or token; verify credentials.
    • Not found errors may mean the specified account or user does not exist; double-check identifiers.
    • Validation errors suggest required parameters are missing or malformed; ensure all required fields are correctly filled.

Links and References

Discussion