Users V3

Set User Synced Attributes

Sets attributes on the user via the events pipeline — the same path SDK user_attributes events take — so values land in both the subscriptions store and analytics. Propagation is asynchronous (typically seconds). The accepted field in the response means the request passed validation and was handed to the pipeline — it is not a read-back of the stored snapshot; use GET /v3/users/{app_user_id}/attributes to observe persisted values. Requires users:write scope.

post/v3/users/{app_user_id}/attributes

Path parameters

app_user_idstring required

App user identifier

App user identifier

Query parameters

application_idstring required

Application ID

Application ID

Request body

attributesobject required

Attribute key/value pairs to set on the user. Values must be scalars.

Response

Success

object'user_synced_attributes' required
app_user_idstring required
acceptedobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.