segments

Add users to a manually managed audience segment

This endpoint allows the client to add users in bulk to an audience segment specified by ID.

Successes are users that were included in the segment (even if they were already in it), and failures are users that could not be added to the segment.

put/api/segments/{id}/add_users

Path parameters

idinteger required

Request body

user_idsinteger[]

Response

Result of adding the users to the segment.

Changes