I have a specific user in NetSuite so how I can check which NS connection in Celigo currently using that user?
I need to make sure that the current employee/user is not having any active Celigo connection, Like I have an employee created in NS with unique email, how I can check which Celigo connection is using that specific user currently?
If you run a flow that is connecting with Netsuite then you can see in Netsuite: Customization > Scripting > Script Execution Logs which User is getting used for that connection.
I would think NetSuite has a way to audit all the employees/users with API access, and all the API tokens that have been provisioned in the NetSuite account, including seeing all the API calls being made, etc... I think auditing something like this extends beyond Celigo since NetSuite API tokens can be used by other external applications. It might be worth checking NetSuite docs and/or contacting NetSuite support.