ExperienceConnectionState
State of the Experience Connection lifecycle:
ACTIVE: The Experience is live for all assigned users/TNsINACTIVE: Connection exists but the Experience is not currently live for assigned users/TNsCONNECTED: Deprecated legacy value that behaves likeINACTIVE. Still accepted in requests and may appear in responses for backward compatibility; new integrations should useINACTIVE.
Allowed values
ACTIVEINACTIVECONNECTED(deprecated — behaves likeINACTIVE)
CONNECTEDis deprecated. It is a legacy value that behaves exactly likeINACTIVE. It is still accepted in requests and may appear in responses, so handle it asINACTIVE— but sendINACTIVE.
State transitions are performed with PUT /experience-connections/{id}. A 409 Conflict is returned when the connection is already in the requested state.