Associate correct user with API transactions

Associate correct user with API transactions

Hello-

I have a Zoho Creator application that performs actions in Zoho Books and Zoho Inventory via the REST API's. For example, one transaction we perform is creating packages in Inventory.

Currently I have Connections set up in Creator that are authorized by me (Admin). Whenever my Creator application creates a package via the API, in Zoho Inventory that package is associated with my name. So, regardless of which Zoho user is logged into the application and creating packages, if you look in Zoho Inventory or Books, it says I created the package.

It's important for us to track who actually created the packages. How can change the application so that when the application creates packages through the Zoho Inventory API, the correct login user is tagged on the transaction rather than me?

Thanks