Terraform data source lookup failing by name

Having some issues getting my configuration to work… data source lookup fails hard when referencing existing routing user by name for my open messaging integration setup.

data "genesyscloud_routing_user" "om_admin" { name = "om-webhook-admin" } throws error: No matches found despite the user being visible in the admin portal.

is the name attribute filtering broken or am i missing a required scope?