segments
Add users to a manually managed audience segment
Add users in bulk to the specified manual audience segment.
Bulk Update Behavior:
- Accepts a JSON array of user_ids in the request body.
- Returns a list of successes and failures. Successful additions include users already present in the segment.
put/api/segments/{id}/add_users
Path parameters
idinteger required
Unique segment numerical ID.
Request body
Response
Result of adding the users to the segment.