v1

latestOpenAPI 3.1.02026-07-246026.9 KB

Retrieve Mobile App Users

Retrieve profile data for mobile app users. If start_date and end_date are provided, only users who installed the app within that date range are returned.

For faster response times, use narrow date ranges and request only the fields you need using the fields parameter.

get/users/profiles/

Query parameters

start_datestring date
Example:2019-04-22

The start of the date range filter (inclusive), based on app install date. Format: yyyy-mm-dd.

end_datestring date
Example:2019-04-25

The end of the date range filter (inclusive), based on app install date. Format: yyyy-mm-dd.

os'android' | 'ios'
Example:android

The operating system to filter by (case-sensitive). Defaults to android if omitted.

fieldsstring
Example:firstSeen,uninstallTime,gcmId

A comma-separated list of fields to include in the response. If omitted, all available fields are returned. Available fields: firstSeen, email, uninstallTime, user_id, gcmId.

Headers

appidstring required
Example:<YOUR_APP_ID>

Required. Your AIQUA app ID.

authorizationstring required
Example:Token <YOUR_API_TOKEN>

Required. Your AIQUA API token. Must start with "Token".

Response

Success

firstSeenstring

The date when the user installed the app.

emailstring

The user's email address, if available.

uninstallTimestring nullable

The date when AIQUA detected the user uninstalled the app.

user_idstring

The user ID set by the setUserId() SDK function.

gcmIdstring

The GCM registration ID (Android) or device token (iOS) of the user.