POST: Extract user profile
Last updated
Last updated
POST
api/v1/export/userprofile
This is an API that can extract loaded user profiles.
service_id
String
Service ID
Content-Type
String
application/json
-
Authorization
String
Bearer your-auth-token
API Authentication Token
properties
List of String
List of user attribute names to filter on, if no value exists, extract all user attributes
properties_condition_type
String
Filtering operator, supports the following values:
all
: All user properties,
include
: properties
Contains only user properties of
exclude
: properties
Excluding user properties of
audience
String
Audience ID that includes the user you want to extract. If the value does not exist, extract all users.
The response from the user profile extraction ,
is in CSV format with a header separated by. The first line is the header, and the extracted data is from the second line. The table below describes the main headers.
For the unified ID properties
, properties_condition_type
it is always included in the response, regardless.
For more information about user profile properties, see
df_unified_id
Integrated ID
Integrated ID
${your-standard-user-property-key}
Standard User Profile Properties
Standard User Profile Properties
${your-custom-user-property-key}
Custom User Profile Properties
Custom User Profile Properties
Please refer to for more details.