POST: Extract user profile
POST
api/v1/export/userprofile
This is an API that can extract loaded user profiles.
Query parameters
service_id
String
Service ID
Header
Content-Type
String
application/json
-
Authorization
String
Bearer your-auth-token
API Authentication Token
Request body
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.
Response
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 the List of Standard User Profile Properties.
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
Example request
Example response
Success response
Failure response
Please refer to the detailed response for more details.
Last updated