Set participant tags
State
Set participant tags
Replace all tags for a participant.
PUT
Set participant tags
Replaces all tags on a participant with the provided set. This is a full replacement, not a merge. Any tags not included in the request body are removed. If you need to add or remove a single tag without affecting the others, use the individual add or remove tag endpoints instead. This endpoint is best suited for bulk tag synchronization from an external system.Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
For usage patterns and examples, see the State Management guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Participant ID
Body
application/json
Tags to set
Tags to set. Replaces all existing tags
Example:
["vip"]Response
Tags set
Participant's tags
Example:
["vip"]