Actions43
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value Actions
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Departments Actions
- Document Sequences Actions
Overview
This node is designed to update a specific user key within a company configuration in the "Users" resource of the AvantGuard Sage Intacct system. It allows users to modify details related to a company configuration user key by sending an update request with optional additional fields.
Common scenarios for this node include:
- Updating user-specific settings or keys in a company's configuration.
- Automating changes to user access or credentials within the Sage Intacct environment.
- Integrating company user key updates into broader workflow automations, such as onboarding or compliance processes.
For example, you might use this node to programmatically update the ID associated with a company config user key when a user's role changes or when rotating keys for security purposes.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional additional fields to include in the update request body. Currently supports: Id (string) which represents the identifier of the user key to update. |
Output
The node outputs JSON data representing the response from the API after attempting to update the company configuration user key. This typically includes confirmation of the updated fields or error information if the update failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the AvantGuard Sage Intacct API.
- The base URL for the API is configured via credentials and used as the request base URL.
- Depends on the external AvantGuard Sage Intacct API endpoint
/ia/api/v1.
Troubleshooting
- Missing or invalid API credentials: Ensure that the API key credential is correctly set up and has sufficient permissions to update user keys.
- Invalid or missing
Idfield: The update operation requires theIdof the user key to be specified in the additional body fields; omitting it may cause errors. - API connectivity issues: Verify network connectivity and that the base URL is correct.
- Unexpected API errors: Check the response JSON for error messages returned by the API, which can indicate issues like permission denied or invalid parameters.
Links and References
- AvantGuard Sage Intacct API Documentation (example placeholder link)
- n8n documentation on creating custom nodes