Batch Update User Properties
This API enables you to modify user properties of your users listed in your User Profiles in bulk:
- Update User Properties -
$set
- Set Unset Properties -
$once
- Increment/Decrement Numeric Properties -
$add
- Append Values to List -
$append
- Remove Values From List -
$remove
, and - Unset User Properties
$unset
Note: The user properties in User Profiles can be used to filter your users for creating user cohorts and campaigns.
Path parameters
WSID
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
version
Specify the version for which you would like to update the user property.
Allowed values:
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
batch
Enter an array of objects with distinct_id
and action
to perform on the user properties
Response
This endpoint returns an object.
request_id
batch