Admin API - Using email filter on Customer API

GET
https://jinnss.shopware.store/api/customer?email=sathish@jinnss.com

It doesn’t filter given email ID. It shows all customers details but not specific one

Response

{
„data“: [
{
„id“: „42bc28632b5143768f2202a45c323d68“,
„type“: „customer“,
„attributes“: {
„groupId“: „cfbd5018d38d41d8adca10d94fc8bdd6“,
„defaultPaymentMethodId“: „862e6f673ddb4963b3f2f1062b2abc8d“,
„salesChannelId“: „98432def39fc4624b33213a56b8c944d“,
„languageId“: „2fbb5fe2e29a4d70aa5854ce7ce3e20b“,
„lastPaymentMethodId“: null,
„defaultBillingAddressId“: „406e0927ecfa47dca22338cc3b1831b9“,
„defaultShippingAddressId“: „406e0927ecfa47dca22338cc3b1831b9“,
„autoIncrement“: 2,
„customerNumber“: „10010“,
„salutationId“: „c92f1cb3458e4cfaaee0f8427844841b“,
„firstName“: „annalakshmi“,
„lastName“: „manivasagam“,
„company“: null,
„email“: „annalakshmi@jinnss.com“,
„title“: „create test“,
„vatIds“: ,
„affiliateCode“: null,
„campaignCode“: null,
„active“: true,
„doubleOptInRegistration“: false,
„doubleOptInEmailSentDate“: null,
„doubleOptInConfirmDate“: null,
„hash“: null,
„guest“: false,
„firstLogin“: null,
„lastLogin“: „2021-06-21T07:16:08.952+00:00“,
„newsletter“: false,
„birthday“: null,
„lastOrderDate“: „2021-06-16T11:50:54.092+00:00“,
„orderCount“: 1,
„customFields“: null,
„remoteAddress“: „157.46.78.0“,
„tagIds“: null,
„requestedGroupId“: null,
„boundSalesChannelId“: „98432def39fc4624b33213a56b8c944d“,
„createdAt“: „2021-06-16T06:52:56.818+00:00“,
„updatedAt“: „2021-06-22T10:19:58.752+00:00“,
„apiAlias“: null
},

        "meta": null
    },
    {
        "id": "55e3a470352c4995ac8058948358a1cd",
        "type": "customer",
        "attributes": {
            "groupId": "cfbd5018d38d41d8adca10d94fc8bdd6",
            "defaultPaymentMethodId": "862e6f673ddb4963b3f2f1062b2abc8d",
            "salesChannelId": "98432def39fc4624b33213a56b8c944d",
            "languageId": "2fbb5fe2e29a4d70aa5854ce7ce3e20b",
            "lastPaymentMethodId": null,
            "defaultBillingAddressId": "0db80580091d4f3eae1984225cea1635",
            "defaultShippingAddressId": "0db80580091d4f3eae1984225cea1635",
            "autoIncrement": 3,
            "customerNumber": "10011",
            "salutationId": "6dddb9bc0409445381d1f3ca652ac7cf",
            "firstName": "sathish",
            "lastName": "sounder",
            "company": null,
            "email": "sathish@jinnss.com",
            "title": "test",
            "vatIds": [],
            "affiliateCode": null,
            "campaignCode": null,
            "active": true,
            "doubleOptInRegistration": false,
            "doubleOptInEmailSentDate": null,
            "doubleOptInConfirmDate": null,
            "hash": null,
            "guest": false,
            "firstLogin": null,
            "lastLogin": "2021-06-17T07:31:01.446+00:00",
            "newsletter": false,
            "birthday": null,
            "lastOrderDate": "2021-06-16T12:02:08.394+00:00",
            "orderCount": 1,
            "customFields": null,
            "remoteAddress": "157.51.1.0",
            "tagIds": null,
            "requestedGroupId": null,
            "boundSalesChannelId": null,
            "createdAt": "2021-06-16T10:54:46.645+00:00",
            "updatedAt": "2021-06-17T07:31:01.531+00:00",
            "apiAlias": null
        }
    }
]

}