Skip to main content

Description

The Get User Partners tool retrieves the financial partners of the current user. Partners can be companies or individuals with whom the user has financial relationships, such as transaction addressees or senders. The result is provided as a comma-separated string of partner names.
Database Connection: Managed by Prisma Client

Arguments

  • None

Example Configuration

Response Handling

  • Successful Response: If the partners are retrieved successfully, the function returns a comma-separated string of partner names.
  • Error Handling: If no partners are found, the function returns “None”.
Example Response