Customer ID

Hello Devs,
I want to query customers data, I have only Shop name. How can i query by shop? where i get customer id?

await admin.rest.resources.Customer.find({
  session: session,
  id: 207119551,
});

Thanks
appaza.dev