Running terraform import on an existing Genesys Cloud user returns a 404 Not Found during the plan phase. The user ID is valid and the provider is authenticated correctly.
terraform import genesys_cloud_user.support_agent 12345678-abcd-1234-abcd-1234567890ab
Error: Error reading user: 404 Not Found
The API endpoint /api/v2/users/{userId} works fine via Postman. Is there a specific state file format or dependency I’m missing for the import command?