Get User Details
This API retrieves user details for a specified time range. It supports filtering by userId, email, and signUpOriginUrl.
Last updated
This API retrieves user details for a specified time range. It supports filtering by userId, email, and signUpOriginUrl.
Last updated
{
"data": [
{
"id": "67eca0ef9481efeabeb51368",
"name": "Shivam Dubey",
"email": "[email protected]",
"shippingAddress": [],
"billingAddress": [],
"userAddress": {
"name": "",
"apartment": "",
"area": "",
"pincode": "",
"landmark": "",
"city": "",
"state": "",
"country": ""
},
"countryCode": "+91",
"gender": "MALE",
"dateOfBirth": "2025-04-01T00:00:00.000Z",
"isPhoneVerified": false,
"isEmailVerified": true,
"hasPassword": false,
"accessMethod": {
"otp": false,
"password": true
},
"createdAt": "2025-04-02T02:29:03.509Z",
"updatedAt": "2025-04-29T15:28:22.514Z",
"secondaryPhoneNumber": "9837394813",
"googleId": "117611759572269030023",
"appleId": "001350.26cfd198350448cb85e031480f577e67.0844",
"signUpOriginUrl": "https://mock-client-demo-blog-v2-sandbox.netlify.app/politics"
}
],
"pageNumber": "1",
"pageSize": "500",
"countDocuments": 1
}