Batch Update User Properties

This API enables you to modify user properties of your users listed in your User Profiles in bulk:

Please refer to function specific API documentation for $set, $once, $add, $append, $remove, $unset before using this API.

Note: The user properties in User Profiles can be used to filter your users for creating user cohorts and campaigns.

Path parameters

WSIDstringRequired

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

versionenumRequired

Specify the version for which you would like to update the user property.

Allowed values:

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
batchlist of objectsRequired

Enter an array of objects with distinct_id and action to perform on the user properties

Response

This endpoint returns an object.
request_idstring
batchlist of objects

Errors