CX as Code: Bug when exporting users (resource genesyscloud_user)

When users have only extensions assigned, there seems to be an error because "number" is a required field?
I used genesyscloud_tf_export resource for a user with the following extension assigned:
ExportedScreen

However, in the JSON file, I see the following config:

        "phone_numbers": [
          {
            "extension": "3271",
            "media_type": "PHONE",
            **"number": "3271",**
            "type": "WORK"
          }
        ]

This is offcourse not correct and I cannot remove it because it throws an error saying that the number argument is required!

When I upload this config in another org, I get the following error (obviously):
ImportedScreenError

Hi Tommy,

Thanks for posting this. I am going to have someone from my team take a look at it. With the holidays rapidly approaching I cant give you timeline on a fix.

Thanks,
John Carnell
Manager, Developer Engagement

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.