Terraform import failing on genesyscloud_routing_user with 404

Trying to import existing routing users into state. Running terraform import genesyscloud_routing_user.test . It bombs out with a 404 Not Found. The API call to /api/v2/routing/users/ works fine in Postman. Here’s the error:

Error: Error fetching Routing User: 404 Not Found

State file is empty. Provider version 1.25.0. Any ideas why the provider can’t fetch what the API returns?