Cannot use wildcards when searching user metadata

When trying to get multiple users back using the management API, I am getting the following error.
Invalid query: wildcards filters not supported on metadata fields in v3

Are there any recommendations to getting around this? I need to be able to search through the use of wildcards for my application.

Example Request /api/v2/users?q=user_metadata.fullname:Jo*

1 Like

Having the same issue here.