Where do I find the customer ID in a Magento 2 database?

Viewed 586

I'm using the CreativeMinds Multi User Accounts plugin. In the cminds_multiuseraccounts_subaccount table it references customer_id and parent_customer_id. Where is the customer_id defined?

1 Answers

You can find customer id in 'customer_entity' Table

enter image description here

Related