Everything has worked well until the last few weeks. Recently, we started to receive the following error: 500 Internal Server Error: {"status":"error","message":"internal error","correlationId":"a71f1330-7e98-4a15-a0e6-dacf53ba3d17"}.
Please let me know what more information you need to help us identify why we get this issue.
I've just managed to replicate the issue you've described. Seems to be related to the empty "primaryTeamId" key-value pair. When the User you're trying to create isn't being added to a Team, I'd suggest omitting the "primaryTeamId" key from your request. For example:
I've just managed to replicate the issue you've described. Seems to be related to the empty "primaryTeamId" key-value pair. When the User you're trying to create isn't being added to a Team, I'd suggest omitting the "primaryTeamId" key from your request. For example:
@zach_threadint Thank you for your response. We are using the POST method. Our path is https://api.hubapi.com/settings/v3/users/. The custom action is an option in Workato to build our own HubSpot action with a HTTP request.
Screenshot of the request type and body parameters. Also below is a screenshot of our response body.