Get User Details
This API retrieves user details for a specified time range. It supports filtering by userId, email, and signUpOriginUrl.
Get the details of the user.
GET
{API_URL}/client/userDetail
Auth required: YES
Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint
Query Parameters
from
string
Start date-time for filtering users (ISO 8601 format)
Optional
to
string
End date-time for filtering users (ISO 8601 format)
Optional
string
emailId of the user
Optional
signUpOriginUrl
string
The URL from where the user has come.
Optional
userId
string
Optional
gender
string
User's gender (Allowed values: MALE, FEMALE, OTHERS)
Optional
dateOfBirth
string
dob of the user
Optional
pageNumber
integer
It indicates the current page of results that the client is requesting from a larger dataset.
Default value is 10 Records in 1 pageNumber
Optional
pageSize
integer
Total records that you want to show in a page no.
Optional
phone
string
phone no. of the user
Optional
Last updated