---
title: "User Tags Notification Webhook"
method: POST
path: "userTagsNotification"
tags: ["Webhooks"]
---

# User Tags Notification Webhook

`POST userTagsNotification` (webhook)

Non-data-rich User Tags webhook. When user tag processing completes, you will receive a POST request containing a `guid` that you can use to fetch the user tags.

This webhook type (`USER_TAGS_NOTIFICATION`) sends only a notification with identifiers. You must fetch the actual tag data from the `/users/tags/{guid}` endpoint using the provided `guid`.

Use this webhook type when you prefer smaller webhook payloads and want to fetch results on-demand.

## Headers

- `X-Webhook-Verification` string

## Payload

- object
  - `guid` string
  - `tenant_id` string — The ID of the tenant for the users included in this update, if they are from a tenant environment.

## Acknowledgement `200`

Success

## Other responses

- `201` — Success

---

[API](https://skmtc.dev/fingoal/apis/insights-api.md) · [All operations](https://skmtc.dev/fingoal/apis/insights-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fingoal/insights-api/revisions/00cf4dbd5441/schema)
