API User metadata search, am I doing something wrong? -- GET /users

Yes, there were few minor problems in your query string. Here is the correct one :slight_smile:

https://{{auth0_domain}}/api/v2/users?q=app_metadata.app_id:"dd"

More details around user search are outlined here.