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
Name
Type
from
ISODateString
to
ISODateString
emailId of the user
signUpOriginUrl
The URL from where the user has come.
Last updated