---
title: "Mark guide as interacted"
method: PUT
path: "/v1/users/{user_id}/guides/messages/interacted"
tags: ["Guides", "Users"]
---

# Mark guide as interacted

`PUT /v1/users/{user_id}/guides/messages/interacted`

Records that a user has interacted with a guide, triggering any associated interacted events.

## Path parameters

- `user_id` string, required

## Request body

- GuideActionRequest — A request to trigger a guide action.
  - `channel_id` string, uuid, required — The unique identifier for the channel.
  - `content` object — The content of the guide.
  - `data` object — The data of the guide.
  - `guide_id` string, uuid, required — The unique identifier for the guide.
  - `guide_key` string, required — The key of the guide.
  - `guide_step_ref` string, required — The step reference of the guide.
  - `is_final` boolean — Whether the guide is final.
  - `metadata` object — The metadata of the guide.
  - `tenant` string, nullable — The tenant ID of the guide.

## Response `200`

OK

- GuideActionResponse — A response for a guide action.
  - `status` string, required — The status of a guide's action.

---

[API](https://skmtc.net/knocklabs/apis/knock-api.md) · [All operations](https://skmtc.net/knocklabs/apis/knock-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knocklabs/knock-api/revisions/4b8499dddbc5/schema)
